Releases: LilbabxJJ-1/CharmCord
Releases · LilbabxJJ-1/CharmCord
First usable update
Lot of code updates
- Tons of new functions
- Removed unneeded brackets with functions that have no params (i.e.
$channelID
) - Able to create small/basic discord bot with use of library
What's Changed
- there by @jagg3127 in #2
- there a fix by @jagg3127 in #3
- there by @jagg3127 in #4
- cog update by @jagg3127 in #8
- Update AoiPyClient.py by @jagg3127 in #9
- Add files via upload by @jagg3127 in #10
- Add files via upload by @jagg3127 in #11
- some stuffs by @jagg3127 in #12
- Format the lib (no major code changes) and migrate to Poetry by @No767 in #13
New Contributors
- @jagg3127 made their first contribution in #2
- @allcontributors made their first contribution in #5
- @No767 made their first contribution in #13
Full Changelog: v0.10.5-alpha...v0.18.3Beta
Minor Update
Fixed semi-colon (;) seperator in functions throwing off argument counts
Ex. "send[$currentChannel[];Hey there!]"
This should reply with "Hey there" in the channel the command was invoked
- [☑️] Adding More Functions