Releases: nonebot/adapter-discord
Releases · nonebot/adapter-discord
v0.1.8
What's Changed
- 🐛 修复 event 文本获取错误 #19 by @Autuamn in #26
- ⬆️ auto update by pre-commit hooks by @pre-commit-ci in #27
- ⬆️ auto update by pre-commit hooks by @pre-commit-ci in #32
- ✨ 为 Webhook 中的 source_guild 和 source_channel 添加单独的类 by @Autuamn in #30
- ✨ 兼容 Pydantic V2 by @shoucandanghehe in #34
New Contributors
- @shoucandanghehe made their first contribution in #34
Full Changelog: v0.1.7...v0.1.8
v0.1.7
What's Changed
- ⬆️ auto update by pre-commit hooks by @pre-commit-ci in #22
- ✨ 为 User 添加 global_name, avatar_decoration by @Autuamn in #24
- ✨ InteractionCreateEvent add
get_user_id
Full Changelog: v0.1.6...v0.1.7
v0.1.6
What's Changed
Full Changelog: v0.1.5...v0.1.6
v0.1.5
v0.1.4
What's Changed
- 兼容 Pydantic V2 by @MeetWq in #13
- ⬆️ auto update by pre-commit hooks by @pre-commit-ci in #12
New Contributors
Full Changelog: v0.1.3...v0.1.4
v0.1.3
v0.1.2
What's Changed
- ⬆️ auto update by pre-commit hooks by @pre-commit-ci in #10
- Bot.send 向应用命令发送响应时,能返回响应的消息内容
- Bot.send 可以连续对同一个应用命令进行响应(followup)
Full Changelog: v0.1.1...v0.1.2
v0.1.1
修复
- type:
origin_message
->original_message
Full Changelog: v0.1.0...v0.1.1
v0.1.0
新特性
- 事件添加 time 属性
- 消息事件添加 origin_message 属性
- 优化 MessageSegment 的类型提示
杂项
- ⬆️ auto update by pre-commit hooks by @pre-commit-ci in #7
- ⬆️ auto update by pre-commit hooks by @pre-commit-ci in #9
New Contributors
- @pre-commit-ci made their first contribution in #7
Full Changelog: v0.1.0beta4...v0.1.0