Skip to content
This repository was archived by the owner on Dec 22, 2023. It is now read-only.

MaplestoryDiscBot v0.4.2-alpha

Pre-release
Pre-release

Choose a tag to compare

@KOOKIIEStudios KOOKIIEStudios released this 09 Nov 14:28
· 54 commits to main since this release

See set-up page for details on how to use ApiFunctions.java

Extract from changelog:

v0.4.1 Alpha

Add logger module
Refactor (rename) modules to follow Google conventions
Add support for advanced logging (enabled via command)
Fix circular dependency

  • Added advanced logging capabilities (off by default)
  • Added logging commands for admin: !startlog & !stoplog
  • Rename module names to snake case (per Google's conventions and PEP)
  • Fix circular dependency that resulted from adding advanced logger
  • Fix typo and wrong inclusions in the requirements.txt file
  • Documentation updates

v0.4.2 Alpha

Add ASCII checker in utils
Reduce verbosity of advance logger
Add ASCII check for non-admin commands
Add log points for non-ASCII input
Minor logging-related fixes
Add support for Discord emoji at the start of the message
Improve Discord emoji identification algorithm

  • Slight reduction in advanced logger verbosity
  • Added utility function: ASCII checker
  • Added ASCII checks for non-admin commands
  • Added primitive Discord emoji check for non-admin commands
  • Documentation updates