diff --git a/src/discord/commands/guild/d.watchuser.ts b/src/discord/commands/guild/d.watchuser.ts
index 3d2e87c1..99ef1c77 100644
--- a/src/discord/commands/guild/d.watchuser.ts
+++ b/src/discord/commands/guild/d.watchuser.ts
@@ -45,13 +45,6 @@ export const dWatchUser: SlashCommand = {
       return false;
     }
 
-    if (!(interaction.member as GuildMember).roles.cache.some(
-      (role: Role) => (role.id === env.ROLE_MODERATOR || role.id === env.DEVELOPER),
-    )) {
-      await interaction.reply('You do not have permission to use this command.');
-      return false;
-    }
-
     const targetUser = interaction.options.getUser('target', true);
 
     if (interaction.options.getSubcommand() === 'cancel') {