mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 01:38:27 -04:00
Added .timeout command
This commit is contained in:
@@ -960,6 +960,8 @@ banmessagetest:
|
||||
- banmsgtest
|
||||
banmsgreset:
|
||||
- banmsgreset
|
||||
timeout:
|
||||
- timeout
|
||||
wait:
|
||||
- wait
|
||||
warnexpire:
|
||||
|
@@ -312,6 +312,11 @@ kick:
|
||||
args:
|
||||
- "@Someone Get out!"
|
||||
- "\"Some Guy#1234\" Your behaviour is toxic."
|
||||
timeout:
|
||||
desc: "Times the user out for the specified amount of time. You may optionally specify a reason, which will be sent to the user."
|
||||
args:
|
||||
- "@Someone 3h Shut up!"
|
||||
- "@Someone 1h30m"
|
||||
mute:
|
||||
desc: "Mutes a mentioned user both from speaking and chatting. You can also specify time string for how long the user should be muted. You can optionally specify a reason."
|
||||
args:
|
||||
|
@@ -28,6 +28,8 @@
|
||||
"banmsg_default": "No ban message set. Default behavior will be used.",
|
||||
"banned_pl": "banned",
|
||||
"banned_user": "User Banned",
|
||||
"timeoutdm": "You have been timed out in {0} server.\nReason: {1}",
|
||||
"timedout_user": "User Timed Out",
|
||||
"remove_roles_pl": "have had their roles removed",
|
||||
"bot_name": "Bot's name changed to {0}",
|
||||
"bot_status": "Bot status changed to {0}",
|
||||
|
Reference in New Issue
Block a user