Skip to content

Commit

Permalink
Change to Manage Server permission requirement for /edit command
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanC committed Nov 20, 2024
1 parent 91379e7 commit 6496985
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 @@ -160,7 +160,7 @@ async def CommandSend(


@plugin.include
@arc.with_hook(arc.owner_only)
@arc.with_hook(arc.has_permissions(Permissions.MANAGE_GUILD))
@arc.with_hook(HookLog)
@arc.slash_command(
"edit",
Expand Down

0 comments on commit 6496985

Please sign in to comment.