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

Commit 171851b

Browse files
committed
Merge branch 'master' of github.com:cyanray/mirai-cpp
2 parents 559e949 + e932f4d commit 171851b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/events/new_friend_event.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ namespace Cyan
2424

2525
static MiraiEvent GetMiraiEvent()
2626
{
27-
return MiraiEvent::FriendRecallEvent;
27+
return MiraiEvent::NewFriendRequestEvent;
2828
}
2929

3030
bool Accept()

0 commit comments

Comments
 (0)