nonebot2/plugins/base.py
2018-06-15 10:40:53 +08:00

7 lines
126 B
Python

import none
@none.on_command('echo', aliases=('say',))
async def _(bot, ctx, session):
await bot.send(ctx, session.arg)