From 70126a5fd3f3a0b2f3ddba21641d663cacf288ae Mon Sep 17 00:00:00 2001 From: ByteDice Date: Mon, 17 Feb 2025 00:34:59 +0100 Subject: [PATCH] removed admin on a command --- src/bk_week_cmds.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bk_week_cmds.rs b/src/bk_week_cmds.rs index 7f88cf7..d2beb71 100644 --- a/src/bk_week_cmds.rs +++ b/src/bk_week_cmds.rs @@ -315,7 +315,7 @@ async fn send_server_not_in_data_msg(ctx: Context<'_>) { -#[poise::command(slash_command, prefix_command, default_member_permissions = "ADMINISTRATOR", guild_only)] +#[poise::command(slash_command, prefix_command, guild_only)] /// Updates all logs pub async fn bk_week_update( ctx: Context<'_>,