forked from Supositware/Haha-Yes
added a message when slowmod is set
This commit is contained in:
parent
1b88c08398
commit
66a2dc21a0
1 changed files with 1 additions and 0 deletions
|
@ -22,5 +22,6 @@ module.exports = class CustomResponseCommand extends Command {
|
|||
|
||||
async run(message, { slowmodeNumber }) {
|
||||
message.channel.setRateLimitPerUser(slowmodeNumber);
|
||||
message.say(`Slowmode have been set to ${slowmodeNumber} seconds`);
|
||||
}
|
||||
};
|
Loading…
Reference in a new issue