多轮对话使用插件

This commit is contained in:
tuyang.yhj
2023-05-14 20:45:03 +08:00
parent 311ae7ada5
commit 1b72dc6605
9 changed files with 175 additions and 86 deletions

View File

@@ -1,3 +1,5 @@
class NotCommands(Exception):
def __init__(self, message):
super().__init__(message)
self.message = message