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