Skip to content

Commit

Permalink
Change to Manage Server permission requirement for Delete Message com…
Browse files Browse the repository at this point in the history
…mand
  • Loading branch information
EthanC committed Nov 20, 2024
1 parent 6496985 commit 6b3eba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ async def CommandEdit(


@plugin.include
@arc.with_hook(arc.owner_only)
@arc.with_hook(arc.has_permissions(Permissions.MANAGE_GUILD))
@arc.with_hook(HookLog)
@arc.message_command(
"Delete Message", is_dm_enabled=True, autodefer=AutodeferMode.EPHEMERAL
Expand Down

0 comments on commit 6b3eba7

Please sign in to comment.