Skip to content

Commit

Permalink
Version 0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LilbabxJJ-1 committed Apr 9, 2024
1 parent e29d626 commit 3f65b22
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
2 changes: 0 additions & 2 deletions CharmCord/functions/Guilds/guildID.py
Original file line number Diff line number Diff line change
@@ -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"""
Expand Down
18 changes: 15 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
## <span style="color:pink">CharmCord</span> Setup

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 3f65b22

Please sign in to comment.