Skip to content

Commit

Permalink
🔖 bump version 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
CMHopeSunshine committed Mar 25, 2024
1 parent 70b10a5 commit a626915
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion nonebot/adapters/discord/adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def setup(self) -> None:
"doesn't support forward connections!"
"Discord Adapter need a ForwardDriver to work.",
)
self.driver.on_startup(self.startup)
self.on_ready(self.startup)
self.driver.on_shutdown(self.shutdown)
self.driver.on_bot_connect(sync_application_command)

Expand Down
17 changes: 8 additions & 9 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nonebot-adapter-discord"
version = "0.1.5"
version = "0.1.6"
description = "Discord adapter for nonebot2"
authors = ["CMHopeSunshine <277073121@qq.com>", "yanyongyu <yyy@nonebot.dev>"]
license = "MIT"
Expand Down

0 comments on commit a626915

Please sign in to comment.