All Versions
50
Latest Version
Avg Release Cycle
2 days
Latest Release
-

Changelog History
Page 2

  • v0.1.16.0 Changes

    • ๐Ÿ”„ Change how commands should be manually invoked from code, instead of firing a "invoke-command" custom event, now the handleCommands function should be used, which returns information about if the command succeeded.

    • โž• Added fetchHandler for retrieving the command handler inside a command DSL.

  • v0.1.15.0 Changes

    June 22, 2020
    • General cleanup of codebase

    • 0๏ธโƒฃ Enable StrictData by default

  • v0.1.14.9 Changes

    June 22, 2020

    2020-06-22

    • ๐Ÿ‘Œ Support manually invoking commands.
  • v0.1.14.8 Changes

    June 21, 2020

    2020-06-21

    • Replace uses of withLowerToIO with interpretFinal (should be more performant)
  • v0.1.14.7 Changes

    June 20, 2020

    2020-06-21

    • ๐Ÿ›  Fix missing usage of GetAuditLogOptions in GetAuditLog
  • v0.1.14.6 Changes

    June 18, 2020

    2020-06-18

    • โž• Add command parameter Parsers for Int, Integer, Word, Natural, and Float.
  • v0.1.14.5 Changes

    June 18, 2020

    2020-06-18

    • The DecodeError variant of the RestError type has been renamed to InternalClientError as all issues in the rest client now end up here.

    • We're now using discord.com instead of discordapp.com

  • v0.1.14.4 Changes

    June 11, 2020

    2020-06-11

    • โž• Added activity to construct Activities

    • โž• Added aliases for commands and groups, with new functions to create them (commandA, groupA, ...).

    • The built in help command now shows aliases and checks.

  • v0.1.14.3 Changes

    June 10, 2020

    2020-06-10

    • ๐Ÿ›  Fix some bugs in the gateway
  • v0.1.14.2 Changes

    June 09, 2020

    2020-06-09

    • ๐Ÿ›  Fix broken json decoding for DMs

    • โž• Add mentionChannels to Message