nonebot2/tests/test_plugins/test_group/__init__.py
2020-09-27 23:52:03 +08:00

7 lines
131 B
Python

from nonebot.rule import to_me
from nonebot import CommandGroup
test = CommandGroup("test", rule=to_me())
from . import commands