New generation init

This commit is contained in:
Richard Chien
2018-06-15 06:58:24 +08:00
parent 6ce021926e
commit a3844eda69
61 changed files with 266 additions and 4063 deletions

6
plugins/base.py Normal file
View File

@ -0,0 +1,6 @@
import none
@none.on_command('echo', aliases=('say',))
async def _(bot, ctx, cmd):
await bot.send(ctx, cmd.arg)