added slash command support

This commit is contained in:
Ashley Rosch
2021-08-20 03:20:25 -05:00
parent e21d5573b1
commit e28b47c349

View File

@@ -281,8 +281,6 @@ async function handleSelect(interaction: SelectMenuInteraction) {
//on slash command
async function handleCommand(interaction: CommandInteraction) {
console.log(interaction.commandName)
let category: number;
switch (interaction.commandName) {