Skip to content

v1.0.0-ALPHA.11

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 27 May 23:04
· 17 commits to release since this release
6a9c25d
  • [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;