mirror of
https://github.com/Xevion/Xevion.git
synced 2025-12-06 01:16:58 -06:00
remove initialization time field
This commit is contained in:
@@ -7,7 +7,6 @@ from os import getenv
|
||||
|
||||
class RyanWalters(Human):
|
||||
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.pronouns = ['he' and 'him'],
|
||||
self.description = '''
|
||||
|
||||
Reference in New Issue
Block a user