connect to channel
This commit is contained in:
2
bot.py
2
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
|
||||
|
||||
Reference in New Issue
Block a user