Skip to content
This repository was archived by the owner on Aug 16, 2024. It is now read-only.

Commit 01cef68

Browse files
修复了样例不能用的小问题
1 parent a9c486f commit 01cef68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/BotEvents.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#include <iostream>
22
// 使用静态库必须要在引入 mirai.h 前定义这个宏
33
#define MIRAICPP_STATICLIB
4-
#include <mirai/mirai_bot.hpp>
4+
#include <mirai/MiraiBot.hpp>
55
#include <mirai/events/BotJoinGroupEvent.hpp>
66
#include <mirai/events/BotMuteEvent.hpp>
77
#include <mirai/events/BotUnmuteEvent.hpp>

0 commit comments

Comments
 (0)