修复每日动画被固定成true的问题

This commit is contained in:
yutou
2021-01-14 17:35:55 +08:00
parent 34dc1c2210
commit 92fc97e128
3 changed files with 4 additions and 4 deletions

View File

@@ -120,7 +120,6 @@ public class QQBotManager {
public String sendMessage(String text) {
if (bot != null) {
try {
System.out.println("发送QQ");
return Objects.requireNonNull(bot.getGroup(qqGroup)).sendMessage(text).toString();
} catch (Exception e) {
e.printStackTrace();