Update snekbot.

This commit is contained in:
retoor 2025-02-13 10:21:35 +01:00
parent bec48eb574
commit 589b0468f5

View File

@ -63,7 +63,6 @@ class Bot:
logger.debug("Found channel: " + channel["name"])
self.user = (await (await rpc.get_user(None))())
logger.debug("Logged in as: " + self.user["username"])
self.join_conversation = False
while True:
try:
try:
@ -100,4 +99,4 @@ class Bot:
logger.debug("Event unhandled regarding message: " + data.message)
except Exception as ex:
logger.exception(ex)
break