This commit is contained in:
parent
22f4824abb
commit
4ce0170f00
1 changed files with 1 additions and 0 deletions
|
@ -547,6 +547,7 @@ while True:
|
|||
mulitline(aimsg, channel)
|
||||
except:
|
||||
multiline("Something went wrong while connecting to Character.AI.", channel)
|
||||
print(traceback.format_exc)
|
||||
|
||||
elif command[0] == "$ai-clear":
|
||||
if channel in ai_storage:
|
||||
|
|
Loading…
Reference in a new issue