Angels and Demons donāt have bellybuttons
I was drawing Aziraphale and I just realized that it doesnāt make any sense Their bellies should look like thisĀ

seen from United States

seen from Australia

seen from United States

seen from United States

seen from Australia
seen from China
seen from United States

seen from Ireland

seen from United States

seen from United States

seen from United States
seen from United States
seen from Saudi Arabia
seen from Canada

seen from India

seen from United States
seen from United States
seen from United States

seen from India
seen from Netherlands
Angels and Demons donāt have bellybuttons
I was drawing Aziraphale and I just realized that it doesnāt make any sense Their bellies should look like thisĀ

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch ⢠No registration required ⢠HD streaming
Who wants to be tagged in my next Alexei fanfiction?
Iām working on a new one-shot calledĀ āStargazingā, itās just pure fluff and romance. But eventually, I will write smut... I promiseĀ
Requests are open!
Feel free to suggest a fanfiction/imagines/headcannons
not a clue how i want to handle by-server settings. I'm figuring a json/yaml file would be best, not sure if i should store it as a physical file or stored in redis. right now i have greeters turned on by enabling "voice activity" a feature my bot doesn't used, thats really not ideal. i have 3 thoughts and im not really sure which is best so im kinda spitballing it out, I could 1) Store a servers settings as one json file in a folder on my server 2) Store a json file by server ID in redis 3) Store each setting individually with a key determined by the setting and the server ID. 1 seems the simplest but the least secure although I can't think of any meaningful information that would be stored that way, number 2 I have worries about how expandable that is (e.g. if i add server settings individually would that impact how I store the files?). Something seems off about doing it as number 3 but that seems like it could be the right answer to deal with expandability and "security" im mostly just spitballing since nobody really likes talking about bot stuff tho