Skip to content

Commit

Permalink
🐛 修复 ResumedEvent 字段错误 #11
Browse files Browse the repository at this point in the history
  • Loading branch information
CMHopeSunshine committed Dec 31, 2023
1 parent 64577e5 commit 30e61cd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions nonebot/adapters/discord/event.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,10 +252,6 @@ class ResumedEvent(MetaEvent):

__type__ = EventType.RESUMED

token: str
session_id: str
seq: int


class ReconnectEvent(MetaEvent):
"""Reconnect event
Expand Down

0 comments on commit 30e61cd

Please sign in to comment.