Content: alphabet emoji, christian list.

remotes/1693045480750635534/spooky-22
Snakes 2022-06-14 14:37:45 -04:00
parent 8d64263d6a
commit 3301e238d6
1 changed files with 4 additions and 1 deletions

View File

@ -853,7 +853,10 @@ WORDLE_LIST = ('aaron','about','above','abuse','acids','acres','actor','acute','
dues = int(environ.get("DUES").strip())
christian_emojis = (':#marseyjesus:',':#marseyimmaculate:',':#marseymothermary:',':#marseyfatherjoseph:',':#gigachadorthodox:',':#marseyorthodox:',':#marseyorthodoxpat:')
christian_emojis = [':#marseyjesus:',':#marseyimmaculate:',':#marseymothermary:',
':#marseyfatherjoseph:',':#gigachadorthodox:',':#marseyorthodox:',':#marseyorthodoxpat:',
':#marseycrucified:',':#chadjesus:',':#marseyandjesus:',':#marseyjesus2:',
':#marseyorthodoxsmug:',':#marseypastor:',':#marseypope:',]
db = db_session()
marseys_const = [x[0] for x in db.query(Marsey.name).filter(Marsey.name!='chudsey').all()]