修改日志

This commit is contained in:
Yutou 2024-05-04 18:25:15 +08:00
parent 4ccaa4b78e
commit d4b0a78fa9

View File

@ -42,7 +42,7 @@ public class QQBotManager {
}
private void init() {
sendMessage("姬妻酱上线拉~☆Daze~ 当前版本:" + QQBotApplication.version);
sendMessage(true, 583819556L, "姬妻酱上线拉~☆Daze~ 当前版本:" + QQBotApplication.version);
NapCatApi.getGroupApi().getGroupList().enqueue(new HttpCallback<List<GroupBean>>() {
@Override
public void onResponse(int code, String status, List<GroupBean> response, String rawResponse) {