i have not committed in years
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) => {