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