diff options
author | 2022-07-17 12:52:30 +0100 | |
---|---|---|
committer | 2022-07-17 13:08:05 +0100 | |
commit | 77f21bfe43e1b36108b23bdf1da09463e9e42f4d (patch) | |
tree | 18e1070858f71d58d823db90ae2084712a6cf42d /pyproject.toml | |
parent | Merge pull request #104 from python-discord/fix-delete-button (diff) |
Add an optional message attr to ViewWithUserAndRoleCheckv7.4.0-beta1
On view timeout, this message has it's view removed if set.
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 ab406c86..6c91dde3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bot-core" -version = "7.3.1" +version = "7.4.0" description = "Bot-Core provides the core functionality and utilities for the bots of the Python Discord community." authors = ["Python Discord <[email protected]>"] license = "MIT" |