nyxx_commander 1.1.0-dev.2 copy "nyxx_commander: ^1.1.0-dev.2" to clipboard
nyxx_commander: ^1.1.0-dev.2 copied to clipboard

discontinuedreplaced by: nyxx_commands
outdated

A Discord library for Dart.

1.1.0 #

xx.xx.2020

  • Support for aliases for Commander (580e55c)

1.0.1 #

03.09.2020

  • Fix default command handler not being invoked.

1.0.0 #

24.08.2020

Stable release - breaks with previous versions - this version required Dart 2.9 stable and non-nullable experiment to be enabled to function

1.0.0 drops support for browser. Nyxx will now run only on VM

  • dart:mirrors no longer required to function
  • Support for command and command groups
  • Allows to run code before and after invoking command. Allows to run code before matching command.
  • Fixed and added new functionality to CommandContext
    • Support for extracting quoted text, parameters and code blocks
    • Getter for shard that command is executed
  • Improved performance and extensibility