v1.0.0-ALPHA.11
Pre-release
Pre-release
·
17 commits
to release
since this release
-
[FIX]: Fixed a rare crash related to slash commands;
- The crash occurred when a slash command was executed while the bot was not ready;
- This was caused by a delay in command registration that could happen after the bot had been offline for a while;
-
[FIX]: Enabled
enforceNonce
to prevent duplicated messages; -
[FIX]: Fixed incorrect usage of
Math.max
in parameter validation;- The issue caused string parameters to always require 6000 characters;