This repository has been archived by the owner on Dec 14, 2024. It is now read-only.
Bug Hunt
Major Changes
- [*] Update / add dependencies [#81, 735d067]
-
- [+] TypeScript for access to
null coalescing
andoptional chaining
operators
- [+] TypeScript for access to
-
- [~] 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 forexp
. [#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