You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first build of 2.2.4 is now officially available as a GitHub release for testing. This build took weeks to development and includes improvements to Dodo-Bot including some internal changes
14
+
15
+
16
+
# Changes
17
+
* Added command usage section for `commandinfo`
18
+
* The buttons for moving the Snake in `snake` should now be easier to see
19
+
* Increased page limit in `leaderboard` to 20
20
+
21
+
# Bug fixes
22
+
* Fixed "Current Setup" setting being inconsistent in `welcomer` and `leave` when pressing the "Toggle" button
23
+
* Fixed the user app invite link seen in `invite` (if enabled by bot owner) not working
24
+
* Fixed a issue where sometimes some commands like `wyr` will simply return "dead" as a response rather than the actual error
25
+
* Improved the grammar of empty leaderboard error seen in `leaderboard` cmd
26
+
27
+
# Other
28
+
29
+
## dotenvx
30
+
The package `dotenv` has been replaced with `@dotenvx/dotenvx` for better Env support. This also enables encryption support, making it much more secure.
31
+
32
+
This was originally decided at one point in 2.1.x releases but ended up being delayed up to 2.2.4 here.
33
+
34
+
* Messages from `welcomer`, `leave` and `leveling` are now fully consistent between test and normal ones
35
+
*`--buildinfo` for `version`: Make the displayed build branch hyperlinked
36
+
37
+
38
+
## Note
39
+
Due to internal changes within the code for Level up messages, it's settings such as the Level up channel has been reset so you have to re-set the channel and other data that has been reset too.
0 commit comments