nonebot2/plugins/base.py

7 lines
126 B
Python
Raw Normal View History

2018-06-15 06:58:24 +08:00
import none
@none.on_command('echo', aliases=('say',))
2018-06-15 10:40:53 +08:00
async def _(bot, ctx, session):
await bot.send(ctx, session.arg)