Winnie / bot /config.py
lewiswu1209's picture
Refactoring
f3c6b77
raw
history blame
406 Bytes
special_token_list:list = [
'<NAME>',
'<GENDER>',
'<YEAROFBIRTH>',
'<MONTHOFBIRTH>',
'<DAYOFBIRTH>',
'<ZODIAC>',
'<AGE>',
'<CMD>',
'<NICK>',
'<HEIGHT>',
'<WEIGHT>',
'<WORK>',
'<HOBBY>',
'<HOMETOWN>',
'<CITY>',
'<BUST>',
'<WAIST>',
'<HIP>',
'<CUP>'
]