From 6f8be7fd69745d94d85758c4a36d6df40f30b378 Mon Sep 17 00:00:00 2001 From: zuckerberg <5-zuckerberg@users.noreply.git.neet.dev> Date: Sat, 24 Jul 2021 07:52:44 -0400 Subject: [PATCH] connect to channel --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 8588367..cb993ef 100644 --- a/bot.py +++ b/bot.py @@ -32,7 +32,7 @@ def getArt(term): class RadioBot(pydle.Client): async def on_connect(self): await self.join('#dailybot') - # await self.join('#dailybuild') + await self.join('#dailybuild') async def on_message(self, target, source, message): # don't respond to our own messages, as this leads to a positive feedback loop