@@ -126,43 +126,43 @@ def get(self, request, format=None): # noqa: D102,ANN001,ANN201
126
126
return Response ([
127
127
(
128
128
f"Follow the { pydis_coc } ." ,
129
- { "coc" , "conduct" , "code" }
129
+ [ "coc" , "conduct" , "code" ]
130
130
),
131
131
(
132
132
f"Follow the { discord_community_guidelines } and { discord_tos } ." ,
133
- { " guidelines" , "discord_tos" }
133
+ [ "discord" , " guidelines" , "discord_tos" ]
134
134
),
135
135
(
136
136
"Respect staff members and listen to their instructions." ,
137
- { " staff" , "instructions" }
137
+ [ "respect" , " staff" , "instructions" ]
138
138
),
139
139
(
140
140
"Use English to the best of your ability. "
141
141
"Be polite if someone speaks English imperfectly." ,
142
- { "english" , "language" }
142
+ [ "english" , "language" ]
143
143
),
144
144
(
145
145
"Do not provide or request help on projects that may break laws, "
146
146
"breach terms of services, or are malicious or inappropriate." ,
147
- { "infraction" , "tos" , "breach" , "malicious" , "inappropriate" }
147
+ [ "infraction" , "tos" , "breach" , "malicious" , "inappropriate" ]
148
148
),
149
149
(
150
150
"Do not post unapproved advertising." ,
151
- { " ads" , "advertising" }
151
+ [ "ad" , " ads" , "advert" , " advertising"]
152
152
),
153
153
(
154
154
"Keep discussions relevant to the channel topic. "
155
155
"Each channel's description tells you the topic." ,
156
- { "off-topic" , "topic" , "relevance" }
156
+ [ "off-topic" , "topic" , "relevance" ]
157
157
),
158
158
(
159
159
"Do not help with ongoing exams. When helping with homework, "
160
160
"help people learn how to do the assignment without doing it for them." ,
161
- { " exams" , "assignment" , "assignments" , "homework" }
161
+ [ "exam" , " exams" , "assignment" , "assignments" , "homework" ]
162
162
),
163
163
(
164
164
"Do not offer or ask for paid work of any kind." ,
165
- { " work" , "money" }
165
+ [ "paid" , " work" , "money" ]
166
166
),
167
167
])
168
168
0 commit comments