mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-09-06 12:06:45 +00:00
New generation init
This commit is contained in:
6
plugins/base.py
Normal file
6
plugins/base.py
Normal file
@ -0,0 +1,6 @@
|
||||
import none
|
||||
|
||||
|
||||
@none.on_command('echo', aliases=('say',))
|
||||
async def _(bot, ctx, cmd):
|
||||
await bot.send(ctx, cmd.arg)
|
Reference in New Issue
Block a user