Skip to content

Commit

Permalink
🐛 修复 GuildScheduledEventDelete 模型继承错误
Browse files Browse the repository at this point in the history
  • Loading branch information
CMHopeSunshine committed Oct 7, 2023
1 parent 2e06f6f commit 2ca579f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nonebot/adapters/discord/api/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -2820,7 +2820,7 @@ class GuildScheduledEventUpdate(GuildScheduledEvent):
"""


class GuildScheduledEventDelete(BaseModel):
class GuildScheduledEventDelete(GuildScheduledEvent):
"""Guild Scheduled Event Delete Event Fields
see https://discord.com/developers/docs/topics/gateway-events#guild-scheduled-event-delete
Expand Down

0 comments on commit 2ca579f

Please sign in to comment.