Skip to content

Commit 58fa186

Browse files
committed
add placeholder emojis for flag and unflag
1 parent 5db51cb commit 58fa186

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tux/cogs/moderation/cases.py

+4
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
"jail": 1268115750392954880,
2626
"snippetban": 1277174953950576681,
2727
"snippetunban": 1277174953292337222,
28+
"flag": 1275782294363312172,
29+
"unflag": 1275782294363312172,
2830
}
2931

3032

@@ -381,6 +383,8 @@ def _get_case_type_emoji(self, case_type: CaseType) -> discord.Emoji | None:
381383
CaseType.UNJAIL: "jail",
382384
CaseType.SNIPPETBAN: "snippetban",
383385
CaseType.SNIPPETUNBAN: "snippetunban",
386+
CaseType.FLAG: "flag",
387+
CaseType.UNFLAG: "unflag",
384388
}
385389
emoji_name = emoji_map.get(case_type)
386390
if emoji_name is not None:

0 commit comments

Comments
 (0)