diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2023-10-14 00:16:49 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2023-10-14 00:16:49 -0400 |
| commit | 0c0155a4d207611fb3d975f9e7e56d04fff63d44 (patch) | |
| tree | d36af29ecd127f9865118872f6c56d35dcfa2c7b /commands/slowdown.js | |
| parent | 1a7a627446edfeb270850f0ed15c9c8d604380b2 (diff) | |
| download | AleeBot-0c0155a4d207611fb3d975f9e7e56d04fff63d44.tar.gz AleeBot-0c0155a4d207611fb3d975f9e7e56d04fff63d44.tar.bz2 AleeBot-0c0155a4d207611fb3d975f9e7e56d04fff63d44.zip | |
Docker; Removed packages; Removed binaryworks refs
Diffstat (limited to 'commands/slowdown.js')
| -rw-r--r-- | commands/slowdown.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/slowdown.js b/commands/slowdown.js index 44d8230..55e441b 100644 --- a/commands/slowdown.js +++ b/commands/slowdown.js @@ -21,7 +21,7 @@ module.exports.run = async (client, message, args) => { if (!message.member.permissions.has('MANAGE_CHANNELS')) return message.reply('It looks like that you don\'t have the permissions to slowdown channels.'); if (isNaN(args[0])) return message.reply('Please input a valid number to slowdown a channel.'); await message.channel.setRateLimitPerUser(args[0]); - message.channel.send(`This channel has been slowdowned for ${args[0]} second(s).`); + message.channel.send(`This channel has been slowdown for ${args[0]} second(s).`); }; |
