Skip to content

v0.4.0

Compare
Choose a tag to compare
@FasterSpeeding FasterSpeeding released this 28 Aug 03:09
· 54 commits to master since this release
0f5e498

0.4.0 - 2023-08-28

Added

  • Configurable and optional help commands which display information about the loaded commands. These can be loaded from tanchan.components.help.
  • Configurable and optional eval commands which let bot owners dynamically execute code in the bot's runtime. These can be loaded from tanchan.components.eval.
  • The logic and builder for a stateless Yuyo button which lets command authors delete responses. This can be loaded from tanchan.components.buttons and is used by the eval and help commands.