i have not committed in years
diff --git a/src/commands/role/all.ts b/src/commands/role/all.ts
index 0f4c43f..44e77fd 100644
--- a/src/commands/role/all.ts
+++ b/src/commands/role/all.ts
@@ -8,7 +8,7 @@
     .setDescription("Gives or removes a role from everyone")
 
 const callback = (interaction: CommandInteraction) => {
-    interaction.reply("Command incomplete [role/all]");
+    interaction.reply("This command is not yet finished [role/all]");
 }
 
 const check = (interaction: CommandInteraction, defaultCheck: WrappedCheck) => {
diff --git a/src/commands/role/user.ts b/src/commands/role/user.ts
index 4229133..b45e1d1 100644
--- a/src/commands/role/user.ts
+++ b/src/commands/role/user.ts
@@ -5,10 +5,10 @@
 const command = (builder: SlashCommandSubcommandBuilder) =>
     builder
     .setName("user")
-    .setDescription("Gives or removes a role form someone")
+    .setDescription("Gives or removes a role from someone")
 
 const callback = (interaction: CommandInteraction) => {
-    interaction.reply("Command incomplete [role/user]");
+    interaction.reply("This command is not yet finished [role/user]");
 }
 
 const check = (interaction: CommandInteraction, defaultCheck: WrappedCheck) => {