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

Commit e116339

Browse files
committed
修复: 一个小错误.
1 parent cfd6701 commit e116339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/mirai/mirai_bot.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ namespace Cyan
145145
* @param target 目标QQ,可以是好友或者Bot的QQ
146146
* @param subject_id 戳一戳接收主体
147147
*/
148-
void MiraiBot::SendNudge(QQ_t target, const UID_t& subject_id);
148+
void SendNudge(QQ_t target, const UID_t& subject_id);
149149
/**
150150
* \brief 上传可以发送给好友的图片
151151
* \param fileName 文件名

0 commit comments

Comments
 (0)