mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-10-28 21:46:41 +00:00
✅ add command alias/group test
This commit is contained in:
6
tests/test_plugins/test_group/__init__.py
Normal file
6
tests/test_plugins/test_group/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from nonebot.rule import to_me
|
||||
from nonebot import CommandGroup
|
||||
|
||||
test = CommandGroup("test", rule=to_me())
|
||||
|
||||
from . import commands
|
||||
Reference in New Issue
Block a user