Skip to content
This repository has been archived by the owner on Dec 14, 2024. It is now read-only.

Bug Hunt

Compare
Choose a tag to compare
@SpaceEEC SpaceEEC released this 21 Dec 17:08
· 32 commits to stable since this release
v4.6.0
c809850

Major Changes

  • [*] Update / add dependencies [#81, 735d067]
    • [+] TypeScript for access to null coalescing and optional chaining operators
    • [~] Discord.js for improved stability and fixes around the Gateway
    • [+] zlib-sync for native decompression to improve performance

Minor Changes

  • [~] Don't split the input on unexpected places, for example "memory". [#65, #70, 1e5cd43]
    • ChooseCommand
  • [~] Show the link the invite is pointing to, not the current one, if an invite link is provided. [#64, #71, 3b95dd5]
    • LookupCommand
  • [~] People you blocked are no longer able to use any interactive commands on you, like intended. [#54, #72, 72c3b41]
    • BlushCommand, CryCommand, DanceCommand
  • [+] Add level as alias for exp. [#63, #73, 5355af8]
    • LeaderboardCommand
  • [~] Handle special case of catching one bug to accommodate for English grammar rules. [#75, #80, f9ee504]
    • CatchCommand
  • [~] Fixed spelling of error in the response being sent when an unhandled error occurs. [#76, #79, e6f0010]
  • [~] Handle error when the message triggering a sayd command is already deleted. [#77, #78, ea366e5]
    • SaydCommand