connect to channel

This commit is contained in:
zuckerberg 2021-07-24 07:52:44 -04:00
parent 4f55fbb016
commit 6f8be7fd69

2
bot.py
View File

@ -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