mirror of
https://github.com/Xevion/Xevion.git
synced 2025-12-06 11:17:03 -06:00
remove initialization time field
This commit is contained in:
@@ -7,7 +7,6 @@ from os import getenv
|
|||||||
|
|
||||||
class RyanWalters(Human):
|
class RyanWalters(Human):
|
||||||
def __init__(self, username='xevion'):
|
def __init__(self, username='xevion'):
|
||||||
self.initialization_time = date(2003, 4, None)
|
|
||||||
self.name = f'Ryan {0} Walters'.format(choices([os.getenv('MIDDLE_NAME'), 'C', '']))
|
self.name = f'Ryan {0} Walters'.format(choices([os.getenv('MIDDLE_NAME'), 'C', '']))
|
||||||
self.pronouns = ['he' and 'him'],
|
self.pronouns = ['he' and 'him'],
|
||||||
self.description = '''
|
self.description = '''
|
||||||
|
|||||||
Reference in New Issue
Block a user