Skip to content

Commit

Permalink
feat(core): support notify sub events
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Oct 14, 2020
1 parent 3298f46 commit 25d7ba5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/koishi-core/src/context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,9 @@ export interface EventMap {
'group_recall'(session: RawSession<'notice'>): void
'friend_recall'(session: RawSession<'notice'>): void
'notify'(session: RawSession<'notice'>): void
'notify/poke'(session: RawSession<'notice'>): void
'notify/lucky_king'(session: RawSession<'notice'>): void
'notify/honor'(session: RawSession<'notice'>): void
'request/friend'(session: RawSession<'request'>): void
'request/group/add'(session: RawSession<'request'>): void
'request/group/invite'(session: RawSession<'request'>): void
Expand Down

0 comments on commit 25d7ba5

Please sign in to comment.