commit | 02ba02369855596e8d1bdd70461c2f625e637896 | [log] [tgz] |
---|---|---|
author | pineafan <pineapplefanyt@gmail.com> | Sun Jul 24 22:16:15 2022 +0100 |
committer | pineafan <pineapplefanyt@gmail.com> | Sun Jul 24 22:16:15 2022 +0100 |
tree | 8e795c28a66135ea836be606d07c578683a817b4 | |
parent | 813bdf45f3ae6f8815593576a4f0a6685f1dd2f3 [diff] [blame] |
stats channels
diff --git a/src/commands/mod/slowmode.ts b/src/commands/mod/slowmode.ts index d9a8421..2b386fd 100644 --- a/src/commands/mod/slowmode.ts +++ b/src/commands/mod/slowmode.ts
@@ -31,6 +31,7 @@ + `Are you sure you want to set the slowmode in this channel?`) .setColor("Danger") .send() + if (confirmation.cancelled) return if (confirmation.success) { try { (interaction.channel as TextChannel).setRateLimitPerUser(time)