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

Commit a8afb16

Browse files
committed
MiraiBot 新增 GetBotQQ方法;
1 parent 3fddda8 commit a8afb16

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

include/mirai_bot.hpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,10 @@ namespace Cyan
5757
{
5858
return sessionKey_;
5959
}
60-
60+
QQ_t GetBotQQ() const
61+
{
62+
return qq_;
63+
}
6164
httplib::Client* GetHttpClient()
6265
{
6366
return &(this->http_client_);

0 commit comments

Comments
 (0)