Just a few updates with notes for releasing, and moved some commands that won't be releasing
diff --git a/src/commands/help.ts b/src/commands/help.ts
index b326c90..568a90c 100644
--- a/src/commands/help.ts
+++ b/src/commands/help.ts
@@ -7,7 +7,7 @@
.setDescription("Shows help for commands")
const callback = (interaction: CommandInteraction) => {
- interaction.reply("hel p");
+ interaction.reply("hel p"); // TODO: FINISH THIS FOR RELEASE
}
const check = (interaction: CommandInteraction, defaultCheck: WrappedCheck) => {