Changed a bunch of perms, shouldn't have any issues now
diff --git a/src/commands/role/user.ts b/src/commands/role/user.ts
index 274dd3d..d361cf1 100644
--- a/src/commands/role/user.ts
+++ b/src/commands/role/user.ts
@@ -59,7 +59,7 @@
         await interaction.editReply({embeds: [new EmojiEmbed()
             .setEmoji("GUILD.ROLES.CREATE")
             .setTitle("Role")
-            .setDescription(`You have cancelled the role change.`)
+            .setDescription(`No changes were made.`)
             .setStatus("Danger")
         ], components: []})
     }