ausboss / PygDiscordBot

Discord bot that uses KoboldAI. Supports tavern cards and json files.
63 stars 29 forks source link

Error when using run.bat #41

Open rcchan123 opened 1 year ago

rcchan123 commented 1 year ago

When I open run.bat, this message pops up in the terminal:

Traceback (most recent call last):
File "C:\Users\Ralph\PygDiscordBot\discordbot.py", line 41, in <module>
bot.always_reply = True if ALWAYS_REPLY.lower() == "t" else False
AttributeError: 'NoneType' object has no attribute 'lower'
Press any key to continue . . .