connect to channel
This commit is contained in:
parent
4f55fbb016
commit
6f8be7fd69
2
bot.py
2
bot.py
@ -32,7 +32,7 @@ def getArt(term):
|
|||||||
class RadioBot(pydle.Client):
|
class RadioBot(pydle.Client):
|
||||||
async def on_connect(self):
|
async def on_connect(self):
|
||||||
await self.join('#dailybot')
|
await self.join('#dailybot')
|
||||||
# await self.join('#dailybuild')
|
await self.join('#dailybuild')
|
||||||
|
|
||||||
async def on_message(self, target, source, message):
|
async def on_message(self, target, source, message):
|
||||||
# don't respond to our own messages, as this leads to a positive feedback loop
|
# don't respond to our own messages, as this leads to a positive feedback loop
|
||||||
|
Loading…
x
Reference in New Issue
Block a user