add command alias/group test

This commit is contained in:
yanyongyu
2020-09-27 23:52:03 +08:00
parent 4e4d494ffd
commit 2921ba0120
4 changed files with 22 additions and 27 deletions

View File

@ -0,0 +1,6 @@
from nonebot.rule import to_me
from nonebot import CommandGroup
test = CommandGroup("test", rule=to_me())
from . import commands