diff --git a/Resources/ServerConfig/PracticalPython/reaction_roles.toml b/Resources/ServerConfig/PracticalPython/reaction_roles.toml index ad746992..dad8314b 100644 --- a/Resources/ServerConfig/PracticalPython/reaction_roles.toml +++ b/Resources/ServerConfig/PracticalPython/reaction_roles.toml @@ -16,6 +16,7 @@ oceana = 974951025050025984 [reaction_roles.employment] open_to_work = 1113020825596067850 employer = 1113020504148815944 +ping = 1213855270732570624 [reaction_roles.color] red = 1148145845770915870 @@ -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 diff --git a/Resources/ServerConfig/Zorak-Dev/reaction_roles.toml b/Resources/ServerConfig/Zorak-Dev/reaction_roles.toml index 8c0e4cd7..04a72b29 100644 --- a/Resources/ServerConfig/Zorak-Dev/reaction_roles.toml +++ b/Resources/ServerConfig/Zorak-Dev/reaction_roles.toml @@ -96,6 +96,7 @@ oceana = 1064259760674840666 [reaction_roles.employment] open_to_work = 1113020825596067850 employer = 1113020504148815944 +ping = 1213857615537250324 [reaction_roles.color] red = 1149951355000201267 @@ -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 @@ -118,6 +128,7 @@ options = [ { label = "Professional", emoji = "🔴", description = "Using Python in professional life.", id = 1064259557049761863 }, ] + [selectors.location] name = "location" single_choice = true