Add usage of bonk emoji
This commit is contained in:
parent
385b2a2bba
commit
6f141f1736
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -137,7 +137,7 @@ client.on("interactionCreate", (int) => {
|
||||||
var mem2 = int.guild.members.cache.get(int.options.getUser("user").id);
|
var mem2 = int.guild.members.cache.get(int.options.getUser("user").id);
|
||||||
mem2.kick(int.options.getString("reason"));
|
mem2.kick(int.options.getString("reason"));
|
||||||
} else if(int.commandName == "bonk"){
|
} else if(int.commandName == "bonk"){
|
||||||
int.reply("<@!" + int.options.getUser("user").id + "> BONK!");
|
int.reply("<@!" + int.options.getUser("user").id + "> <a:getbonked:912473583488499743>");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue