插件启动接入

This commit is contained in:
tuyang.yhj
2023-05-12 23:40:37 +08:00
parent 192db2236a
commit 416205ae7a
15 changed files with 557 additions and 43 deletions

View File

@@ -0,0 +1,4 @@
class NotCommands(Exception):
def __init__(self, message, error_code):
super().__init__(message)
self.error_code = error_code