diff --git a/sweebridge.py b/sweebridge.py index 49262b5..b95ba92 100644 --- a/sweebridge.py +++ b/sweebridge.py @@ -548,7 +548,7 @@ async def matrixSession(): def runMatrix() asyncio.run(matrixSession()) matrix = threading.Thread(target=runMatrix) -matrix.start() +#matrix.start() irc1.start() guild.start() disc.start()