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 @@ -141,6 +141,7 @@ class _Roles(EnvConfig, env_prefix="roles_"):
pyweek_announcements: int = 897568414044938310
revival_of_code: int = 988801794668908655
archived_channels_access: int = 1074780483776417964
aspiring_contributors: int = 1496224728686268657

contributors: int = 295488872404484098
python_community: int = 458226413825294336
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 @@ -29,6 +29,7 @@ class AssignableRole:
AssignableRole(constants.Roles.lovefest),
AssignableRole(constants.Roles.advent_of_code),
AssignableRole(constants.Roles.revival_of_code),
AssignableRole(constants.Roles.aspiring_contributors),
)

ITEMS_PER_ROW = 3
Expand Down