mirror of
https://github.com/Xevion/Xevion.git
synced 2025-12-08 14:09:07 -06:00
Update README.md
This commit is contained in:
@@ -5,7 +5,8 @@ from datetime import date
|
||||
from random import choices
|
||||
from os import getenv
|
||||
|
||||
// This flavor text is currently outdated. I'll update it when I can. In the mean time, see my personal site: https://xevion.dev
|
||||
# This flavor text is currently outdated. I'll update it when I can.
|
||||
# In the mean time, see my personal site: https://xevion.dev
|
||||
class RyanWalters(Human):
|
||||
def __init__(self, username='xevion'):
|
||||
self.name = f'Ryan {0} Walters'.format(choices([os.getenv('MIDDLE_NAME'), 'C', '']))
|
||||
|
||||
Reference in New Issue
Block a user