LittlePaimon/Paimon_Plugins/__init__.py

24 lines
300 B
Python
Raw Normal View History

# 点餐功能
from .order import *
# 新闻功能
from .news import *
# 随机图片功能
from .random_img import *
# 处理好友和群请求功能
from .auto_handle import *
# 对联功能
from .couplets import *
# 如果不需要某项功能将其from xx import * 注释掉即可
2022-05-03 11:34:34 +08:00