From 6f141f1736721100dca98f44f7e08840f0584473 Mon Sep 17 00:00:00 2001 From: Helixu Date: Mon, 22 Nov 2021 22:46:30 +0000 Subject: [PATCH] Add usage of bonk emoji --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index a49a810..e157bf3 100644 --- a/index.js +++ b/index.js @@ -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 + "> "); } } });