Skip to content

Commit

Permalink
Merge pull request #360 from practical-python-org/feature/notificatio…
Browse files Browse the repository at this point in the history
…n_role

Feature/notification role
  • Loading branch information
Xarlos89 authored Mar 3, 2024
2 parents 1c1649c + e06c74f commit c43662c
Show file tree
Hide file tree
Showing 2 changed files with 21 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
11 changes: 11 additions & 0 deletions Resources/ServerConfig/Zorak-Dev/reaction_roles.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ oceana = 1064259760674840666
[reaction_roles.employment]
open_to_work = 1113020825596067850
employer = 1113020504148815944
ping = 1213857615537250324

[reaction_roles.color]
red = 1149951355000201267
Expand All @@ -108,6 +109,15 @@ blue = 1149951872711528529
pink = 1149951973513252914
purple = 1149951930253185084

[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 = 1213857615537250324 },
]


[selectors.experience]
name = "experience"
single_choice = true
Expand All @@ -118,6 +128,7 @@ options = [
{ label = "Professional", emoji = "🔴", description = "Using Python in professional life.", id = 1064259557049761863 },
]


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

0 comments on commit c43662c

Please sign in to comment.