Skip to content

Commit

Permalink
Remove broken comment
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <noreply@github.com>
  • Loading branch information
shenanigansd authored Apr 15, 2024
1 parent be2add3 commit ac1b501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bot/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class _Roles(EnvConfig, env_prefix="roles_"):
class _Guild(EnvConfig, env_prefix="guild_"):
"""Guild constants."""

id: int = 1033456860864466995 # - variable is nested
id: int = 1033456860864466995

moderation_roles: tuple[int, ...] = (Roles.administrators, Roles.moderators)
staff_roles: tuple[int, ...] = (Roles.administrators, Roles.moderators, Roles.staff)
Expand Down

0 comments on commit ac1b501

Please sign in to comment.