Skip to content

Commit

Permalink
Added role to prod
Browse files Browse the repository at this point in the history
  • Loading branch information
Xarlos89 committed Mar 3, 2024
1 parent e4e65ee commit e06c74f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Resources/ServerConfig/PracticalPython/reaction_roles.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ oceana = 974951025050025984
[reaction_roles.employment]
open_to_work = 1113020825596067850
employer = 1113020504148815944
ping = 1213855270732570624

[reaction_roles.color]
red = 1148145845770915870
Expand All @@ -28,6 +29,15 @@ blue = 1148144828631224391
pink = 1143109787316396082
purple = 1148146380880216065


[selectors.notifications]
name = "Server notifications"
single_choice = true
description = "Do you want to receive relevant server pings for news, events and announcements?"
options = [
{ label = "Yes!", emoji = "🟢", description = "I want to receive Pings from the server.", id = 1213855270732570624 },
]

[selectors.experience]
name = "experience"
single_choice = true
Expand Down

0 comments on commit e06c74f

Please sign in to comment.