From 3f65b22bcbe7b65acada160b7ceabba0bde11458 Mon Sep 17 00:00:00 2001 From: Jade Date: Tue, 9 Apr 2024 01:01:41 -0500 Subject: [PATCH] Version 0.25.0 --- CharmCord/functions/Guilds/guildID.py | 2 -- README.md | 18 +++++++++++++++--- pyproject.toml | 2 +- 3 files changed, 16 insertions(+), 6 deletions(-) diff --git a/CharmCord/functions/Guilds/guildID.py b/CharmCord/functions/Guilds/guildID.py index 2efbdc2..51e76df 100644 --- a/CharmCord/functions/Guilds/guildID.py +++ b/CharmCord/functions/Guilds/guildID.py @@ -1,7 +1,5 @@ import CharmCord.CharmErrorHandling as ErrorHandling -EH = ErrorHandling.CharmErrorHandling() - async def guildID(empty, context): """Get guild id of the guild where command was invoked""" diff --git a/README.md b/README.md index fa5a089..0de07ae 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,22 @@ --- -## v0.24.1 +## v0.25.0 + +Function Additions + +- `$addButton` +- `$addDropdown` +- `$dropdownOption` +- `$setGlobalUserVar` +- `$getGloablUserVar` +- `$interactionReply` + +Deprecated Functions + +- `$buttonSend` +- `$slashSend` -- Added `$addButton` functions for enhanced interaction -- Rewrote significant portions of the codebase to conform to PEP8 standards --- ## CharmCord Setup diff --git a/pyproject.toml b/pyproject.toml index 7fd3735..eb4c777 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "charmcord" -version = "0.24.2" +version = "0.25.0" description = "CharmCord is the best python string-based package for Discord bot devs" authors = ["Jade"] license = "MIT"