forked from Supositware/Haha-Yes
Removed one ugly clap
This commit is contained in:
parent
ad1cf3c317
commit
ff79352166
1 changed files with 1 additions and 1 deletions
|
@ -19,5 +19,5 @@ module.exports = class clapCommand extends Command {
|
|||
async run(message, { text }) {
|
||||
let clap = text.replace(/ /g, ' 👏 ');
|
||||
message.delete();
|
||||
message.say(`👏 ${clap} 👏`);
|
||||
message.say(`${clap} 👏`);
|
||||
}};
|
Loading…
Reference in a new issue