Add usage of bonk emoji

This commit is contained in:
Helixu 2021-11-22 22:46:30 +00:00
parent 385b2a2bba
commit 6f141f1736

View file

@ -137,7 +137,7 @@ client.on("interactionCreate", (int) => {
var mem2 = int.guild.members.cache.get(int.options.getUser("user").id);
mem2.kick(int.options.getString("reason"));
} else if(int.commandName == "bonk"){
int.reply("<@!" + int.options.getUser("user").id + "> BONK!");
int.reply("<@!" + int.options.getUser("user").id + "> <a:getbonked:912473583488499743>");
}
}
});