diff options
author | 2022-07-16 19:13:11 +0100 | |
---|---|---|
committer | 2022-07-16 19:15:37 +0100 | |
commit | c20c19c9cefb207586e9b51edf98948e1d710333 (patch) | |
tree | 248d671bbf42e2bf19e84e6002f5fe2909df587a /pyproject.toml | |
parent | Merge pull request #98 from python-discord/fix-stats-close (diff) |
Add a generic view and button
The view implements an interaction check for allowed_users and allowed_roles.
The button deleted the message attached the the parent view on click.
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 ccb1a39d..cff654ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bot-core" -version = "7.2.2" +version = "7.3.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" |