feat: Automatically use the at me list when the number of at all is insufficient or the bot is not an administrator

This commit is contained in:
LWR
2023-02-05 19:48:22 +08:00
parent 06d6b4eced
commit 4f7b48ddae
7 changed files with 108 additions and 73 deletions
-3
View File
@@ -130,9 +130,6 @@ class StarBot:
logger.info("开始运行 Ariadne 消息推送模块")
for bot in self.__datasource.bots:
bot.start_sender()
try:
Ariadne.launch_blocking()
except RuntimeError as ex: