Skip to content

Commit e3c57f4

Browse files
committed
servers are guilds, for some stupid reason
1 parent 721197d commit e3c57f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cogs/JollinessEnforcement.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def __init__(self, bot: commands.Bot) -> None:
3333
name="jolliness",
3434
description="Enable or disable jolliness enforcement.",
3535
)
36-
@commands.has_permissions(manage_server=True)
36+
@commands.has_permissions(manage_guild=True)
3737
async def jolliness(self, ctx: commands.Context, state: str) -> None:
3838
"""Enable or disable the enforcement."""
3939
state = state.lower()

0 commit comments

Comments
 (0)