diff options
| author | 2022-07-21 13:00:34 +0100 | |
|---|---|---|
| committer | 2022-07-21 13:00:34 +0100 | |
| commit | 603fc83bcfde790f184ddaf0ab2bd5364431d067 (patch) | |
| tree | d0a7a1c909a61d8fe40d4ac69e3002e2447b9af8 /pyproject.toml | |
| parent | Merge pull request #104 from python-discord/fix-delete-button (diff) | |
Add an optional message attr to ViewWithUserAndRoleCheckv7.4.0
On view timeout, this message has it's view removed if set.
Co-authored-by: Boris Muratov <[email protected]>
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" | 
