Skip to content

Commit

Permalink
debugging @is_moderator check
Browse files Browse the repository at this point in the history
  • Loading branch information
probablyjassin committed Nov 30, 2024
1 parent 574ee5a commit 1b7ec20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/command_helpers/checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ async def predicate(ctx: MogiApplicationContext):
ctx.get_lounge_role("Moderator").permissions
)
),
error_message="You're not allowed to use this command.",
error_message=f"You're not allowed to use this command. Debug Your Top Role:{ctx.author.top_role}",
)

return commands.check(predicate)
Expand Down

0 comments on commit 1b7ec20

Please sign in to comment.