diff options
| author | 2022-07-17 13:03:25 +0100 | |
|---|---|---|
| committer | 2022-07-21 13:03:22 +0100 | |
| commit | c6ec29105ade727eddbc68a532e33b900927d739 (patch) | |
| tree | 2364195348fa6eaa219157f07dc06de105cdcd0d /pyproject.toml | |
| parent | Merge pull request #2218 from python-discord/3.11-snekbox (diff) | |
Use the view clear on timeout feature from bot-core in snekbox
This will mean the buttons will be cleared from the response on interaction timeout.
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index e7ef375a5..77d8ee3d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ python = "3.9.*" "discord.py" = {url = "https://github.com/Rapptz/discord.py/archive/0eb3d26343969a25ffc43ba72eca42538d2e7e7a.zip"} # See https://bot-core.pythondiscord.com/ for docs. -bot-core = {url = "https://github.com/python-discord/bot-core/archive/refs/tags/v7.3.1.zip", extras = ["async-rediscache"]} +bot-core = {url = "https://github.com/python-discord/bot-core/archive/refs/tags/v7.4.0.zip", extras = ["async-rediscache"]} aiodns = "3.0.0" aiohttp = "3.8.1" |