mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix Fist Bump
This commit is contained in:
@@ -17,6 +17,6 @@ module.exports = class FistBumpCommand extends commando.Command {
|
||||
}
|
||||
console.log(`[Command] ${message.content}`);
|
||||
let thingToRoleplay = message.content.split(" ").slice(1).join(" ");
|
||||
message.channel.send(`${message.author} *cuddles* ${thingToRoleplay} *badalalala*`);
|
||||
message.channel.send(`${message.author} *fist-bumps* ${thingToRoleplay} *badalalala*`);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user