mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 17:28:27 -04:00
Added .autopublish command
This commit is contained in:
@@ -1371,4 +1371,6 @@ patronmessage:
|
||||
- patronmessage
|
||||
- patronmsg
|
||||
eval:
|
||||
- eval
|
||||
- eval
|
||||
autopublish:
|
||||
- autopublish
|
@@ -2329,4 +2329,8 @@ threadcreate:
|
||||
threaddelete:
|
||||
desc: "Delete a thread with the specified name in this channel. Case insensitive."
|
||||
args:
|
||||
- "Q&A"
|
||||
- "Q&A"
|
||||
autopublish:
|
||||
desc: "Make the bot automatically publish all messages posted in the news channel this command was executed in."
|
||||
args:
|
||||
- ""
|
@@ -23,6 +23,9 @@
|
||||
"aar_role_removed": "Users will no longer receive {0} role when they join this server.",
|
||||
"attachments": "Attachments",
|
||||
"avatar_changed": "Avatar Changed",
|
||||
"autopublish_enable": "All messages posted in this channel will be automatically published.",
|
||||
"autopublish_disable": "Messages in this channel will no longer be automatically published.",
|
||||
"req_announcement_channel": "This command must be executed in an Announcement channel.",
|
||||
"bandm": "You have been banned from {0} server.\nReason: {1}",
|
||||
"banmsg_disabled": "Ban messages are disabled. You can enable them by setting a banmsg to something other than '-'.",
|
||||
"banmsg_default": "No ban message set. Default behavior will be used.",
|
||||
|
Reference in New Issue
Block a user