min/modules/channels.py

12 lines
163 B
Python
Raw Normal View History

2020-04-05 23:59:15 +00:00
async def init(self):
self.chansjoin = ['#bots']
print('joining channels', ' '.join(self.chansjoin))
for i in self.chansjoin:
await self.join(i)