Added .timeout command

This commit is contained in:
Kwoth
2022-08-28 16:16:24 +02:00
parent 9eae27bc15
commit b69e25edf4
6 changed files with 54 additions and 2 deletions

View File

@@ -960,6 +960,8 @@ banmessagetest:
- banmsgtest
banmsgreset:
- banmsgreset
timeout:
- timeout
wait:
- wait
warnexpire:

View File

@@ -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:

View File

@@ -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}",