chore: just remove /fatkid bc /fk is easier

This commit is contained in:
ethanf 2024-02-03 03:15:02 -06:00
parent f9c7adc7b4
commit 7a65e95fe0
2 changed files with 1 additions and 11 deletions

View File

@ -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;

View File

@ -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",