Skip to content

Commit a9a5bb0

Browse files
committed
Remove admin permission from status command
1 parent b203b3f commit a9a5bb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Boolean/Modules/BotInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public async Task Contribute()
5959
await RespondAsync(embed: embed.Build(), ephemeral: true);
6060
}
6161

62-
[DefaultMemberPermissions(GuildPermission.Administrator)]
62+
// We might later want to consider making this maintainers only (as people could use this to exploit the bot)
6363
[SlashCommand("status", "Shows the bot's compute usage (CPU, RAM, etc)")]
6464
public async Task Status()
6565
{

0 commit comments

Comments
 (0)