mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 17:28:27 -04:00
Added .forwardtochannel which will forward messages to the current channel. It has lower priority than fwtoall
This commit is contained in:
@@ -744,6 +744,10 @@ forwardmessages:
|
||||
forwardtoall:
|
||||
- forwardtoall
|
||||
- fwtoall
|
||||
forwardtochannel:
|
||||
- forwardtochannel
|
||||
- fwtoch
|
||||
- fwtochannel
|
||||
resetperms:
|
||||
- resetperms
|
||||
antiraid:
|
||||
|
@@ -1,5 +1,5 @@
|
||||
# DO NOT CHANGE
|
||||
version: 4
|
||||
version: 5
|
||||
# Most commands, when executed, have a small colored line
|
||||
# next to the response. The color depends whether the command
|
||||
# is completed, errored or in progress (pending)
|
||||
@@ -25,6 +25,9 @@ forwardMessages: false
|
||||
# Do you want the message to be forwarded only to the first owner specified in the list of owners (in creds.yml),
|
||||
# or all owners? (this might cause the bot to lag if there's a lot of owners specified)
|
||||
forwardToAllOwners: false
|
||||
# Any messages sent by users in Bot's DM to be forwarded to the specified channel.
|
||||
# This option will only work when ForwardToAllOwners is set to false
|
||||
forwardToChannel:
|
||||
# When a user DMs the bot with a message which is not a command
|
||||
# they will receive this message. Leave empty for no response. The string which will be sent whenever someone DMs the bot.
|
||||
# Supports embeds. How it looks: https://puu.sh/B0BLV.png
|
||||
|
@@ -1257,6 +1257,10 @@ forwardtoall:
|
||||
desc: "Toggles whether messages will be forwarded to all bot owners or only to the first one specified in the creds.yml file"
|
||||
args:
|
||||
- ""
|
||||
forwardtochannel:
|
||||
desc: "Toggles forwarding of non-command messages sent to bot's DM to the current channel"
|
||||
args:
|
||||
- ""
|
||||
resetperms:
|
||||
desc: "Resets the bot's permissions module on this server to the default value."
|
||||
args:
|
||||
|
@@ -68,6 +68,8 @@
|
||||
"fwall_stop": "I will forward DMs only to the first owner.",
|
||||
"fwdm_start": "I will forward DMs from now on.",
|
||||
"fwdm_stop": "I will stop forwarding DMs from now on.",
|
||||
"fwch_start": "Any message sent to bot's DMs will be forwarded to this channel.",
|
||||
"fwch_stop": "Messages sent to bot's DMs will no longer be forwarded to this channel.",
|
||||
"greetdel_off": "Automatic deletion of greet messages has been disabled.",
|
||||
"greetdel_on": "Greet messages will be deleted after {0} seconds.",
|
||||
"greetdmmsg_cur": "Current DM greet message: {0}",
|
||||
|
Reference in New Issue
Block a user