show marsey authors in deux

remotes/1693045480750635534/spooky-22
Aevann1 2022-07-15 03:25:04 +02:00
parent 612ea7354b
commit de66243ea0
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ def marsey_list():
if EMOJI_MARSEYS:
emojis = [{
"name": emoji.name,
"author": author if SITE_NAME == 'rDrama' or author == "anton-d" else None,
"author": author if SITE in ('rdrama.net','devrama.xyz','deuxrama.net') or author == "anton-d" else None,
# yikes, I don't really like this DB schema. Next time be better
"tags": emoji.tags.split(" ") + [emoji.name[len("marsey"):] \
if emoji.name.startswith("marsey") else emoji.name],