Skip to content

Commit 672ba65

Browse files
Amrou BellalounaAmrou Bellalouna
authored andcommitted
add suggested keywords
1 parent a75ba77 commit 672ba65

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pydis_site/apps/api/views.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -126,43 +126,43 @@ def get(self, request, format=None): # noqa: D102,ANN001,ANN201
126126
return Response([
127127
(
128128
f"Follow the {pydis_coc}.",
129-
{"coc", "conduct", "code"}
129+
["coc", "conduct", "code"]
130130
),
131131
(
132132
f"Follow the {discord_community_guidelines} and {discord_tos}.",
133-
{"guidelines", "discord_tos"}
133+
["discord", "guidelines", "discord_tos"]
134134
),
135135
(
136136
"Respect staff members and listen to their instructions.",
137-
{"staff", "instructions"}
137+
["respect", "staff", "instructions"]
138138
),
139139
(
140140
"Use English to the best of your ability. "
141141
"Be polite if someone speaks English imperfectly.",
142-
{"english", "language"}
142+
["english", "language"]
143143
),
144144
(
145145
"Do not provide or request help on projects that may break laws, "
146146
"breach terms of services, or are malicious or inappropriate.",
147-
{"infraction", "tos", "breach", "malicious", "inappropriate"}
147+
["infraction", "tos", "breach", "malicious", "inappropriate"]
148148
),
149149
(
150150
"Do not post unapproved advertising.",
151-
{"ads", "advertising"}
151+
["ad", "ads", "advert", "advertising"]
152152
),
153153
(
154154
"Keep discussions relevant to the channel topic. "
155155
"Each channel's description tells you the topic.",
156-
{"off-topic", "topic", "relevance"}
156+
["off-topic", "topic", "relevance"]
157157
),
158158
(
159159
"Do not help with ongoing exams. When helping with homework, "
160160
"help people learn how to do the assignment without doing it for them.",
161-
{"exams", "assignment", "assignments", "homework"}
161+
["exam", "exams", "assignment", "assignments", "homework"]
162162
),
163163
(
164164
"Do not offer or ask for paid work of any kind.",
165-
{"work", "money"}
165+
["paid", "work", "money"]
166166
),
167167
])
168168

0 commit comments

Comments
 (0)