i have not committed in years
diff --git a/src/commands/mod/slowmode.ts b/src/commands/mod/slowmode.ts
index 52ab1bd..8f6f323 100644
--- a/src/commands/mod/slowmode.ts
+++ b/src/commands/mod/slowmode.ts
@@ -8,7 +8,7 @@
     .setDescription("Manages slowmode in a channel")
 
 const callback = (interaction: CommandInteraction) => {
-    interaction.reply("Command incomplete [mod/slowmode]");
+    interaction.reply("This command is not yet finished [mod/slowmode]");
 }
 
 const check = (interaction: CommandInteraction, defaultCheck: WrappedCheck) => {