Content: alphabet emoji, christian list.
parent
8d64263d6a
commit
3301e238d6
|
@ -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()]
|
||||
|
|
Loading…
Reference in New Issue