forked from Supositware/Haha-Yes
More clap
This commit is contained in:
parent
334fc093ba
commit
36a4c146a1
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