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 China
seen from United States
seen from United States
seen from Spain
seen from China
seen from China

seen from United States
seen from Germany
seen from Egypt
seen from United States

seen from Canada

seen from Canada
seen from United States

seen from United States
seen from India
seen from China

seen from Malaysia
seen from United States
seen from United States

seen from United States
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
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