diff --git a/index.js b/index.js index 30f95d7..f8499d8 100644 --- a/index.js +++ b/index.js @@ -269,7 +269,7 @@ client.on("error", (error) => { }); client.on("interactionCreate", async (interaction) => { - let command = interaction.commandName; + const command = interaction.commandName; if (!interaction.isChatInputCommand()) return; if ( @@ -831,8 +831,6 @@ client.on("interactionCreate", async (interaction) => { .catch(console.error); } - if (command === "fatkid") command = "fk"; - const fileCommand = client.fileCommands.get(command); if (!fileCommand) return; diff --git a/register.js b/register.js index 80a2044..fe69366 100644 --- a/register.js +++ b/register.js @@ -21,14 +21,6 @@ const commands = [ name: "resetteams", description: "Pulls team channel members into picking channel", }, - { - name: "fatkid", - description: "Moves added players to picking and randomly selects fatkids", - }, - { - name: "fk", - description: "Moves added players to picking and randomly selects fatkids", - }, /*{ name: "testfk", description: "debug fk",