Skip to content

Releases: LilbabxJJ-1/CharmCord

First usable update

20 Jun 06:33
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v0.10.5-alpha...v0.18.3Beta

Minor Update

29 May 21:36
b0f750f
Compare
Choose a tag to compare

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