nonebot2/tests/test_plugins/test_group/__init__.py

7 lines
131 B
Python
Raw Normal View History

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