1
0
mirror of https://xfnw.ttm.sh/git/oirc.git synced 2024-06-19 07:07:10 +00:00
oirc/modules/test.py
2020-11-21 21:36:20 -05:00

15 lines
226 B
Python

import asyncio
import bot
@bot.command('test')
@bot.is_admin
async def testy(self,channel,nick,msg):
await bot.message(self,'test',channel,'hi there')
async def init(self):
await self.send_raw("join #bots")