Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions bot/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,7 @@ class Roles(metaclass=YAMLGetter):
lovefest: int
pyweek_announcements: int
revival_of_code: int
legacy_help_channels_access: int

contributors: int
help_cooldown: int
Expand Down
1 change: 1 addition & 0 deletions bot/exts/info/subscribe.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def get_readable_available_months(self) -> str:
ASSIGNABLE_ROLES = (
AssignableRole(constants.Roles.announcements, None),
AssignableRole(constants.Roles.pyweek_announcements, None),
AssignableRole(constants.Roles.legacy_help_channels_access, None),
AssignableRole(constants.Roles.lovefest, (1, 2)),
AssignableRole(constants.Roles.advent_of_code, (11, 12)),
AssignableRole(constants.Roles.revival_of_code, (7, 8, 9, 10)),
Expand Down
1 change: 1 addition & 0 deletions config-default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ guild:
lovefest: 542431903886606399
pyweek_announcements: 897568414044938310
revival_of_code: 988801794668908655
legacy_help_channels_access: 1074780483776417964

contributors: 295488872404484098
help_cooldown: 699189276025421825
Expand Down