You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "amiya.py", line 6, in <module>
from message.messageHandler import MessageHandler
File "H:\Amiya-Bot\message\messageHandler.py", line 7, in <module>
from message.replies import reply_func_list
File "H:\Amiya-Bot\message\replies\__init__.py", line 5, in <module>
from .emotion import emotion
File "H:\Amiya-Bot\message\replies\emotion.py", line 8, in <module>
amiya_name = database.config.get_amiya_name()
File "H:\Amiya-Bot\database\controller\configController.py", line 16, in get_amiya_name
self.get_config('amiya_name', 'good_name', True)['config_values'].split(','),
TypeError: 'NoneType' object is not subscriptable
The text was updated successfully, but these errors were encountered:
运行
python amiya.py
时报错,The text was updated successfully, but these errors were encountered: