Skip to content

Releases: shadowrunners/Evelyn

v4.1.1 | Hotfix

28 Dec 15:52
Compare
Choose a tag to compare

This release contains fixes from December 28th, 2022.

v4 | Beta

10 Dec 11:55
Compare
Choose a tag to compare
v4 | Beta Pre-release
Pre-release

Evelyn v4 | Unleashed

Fixes

Fixed an issue where shuffle would return Interaction failed.
Fixed an issue where giveaways will not end after the bot restarts.
Fixed an issue where normal commands would return no subcommand errors. (due to how we handle subcommands now)
Fixed an issue where reminders would forget to remind the user if the bot restarts or crashes.
Fixed issues regarding /music nowplaying returning Interaction failed and the progress bar not updating.
Fixed an issue where any volume over 5% would cause extreme audio distortion.

  • a lot of performance updates to various commands and functions via our trusty code analysis tool DeepSource!

Changes

Reminders now get saved to the database so they can work if the bot crashes or restarts.
Tracking via Statcord has been implemented in order for the website to pull the necessary data for the counters.
The music system is now powered by Shoukaku.
Games like Minesweeper, 2048 and more have been added.
The dashboard is now fully usable and fully working.
Checking for blacklists has been split into its own utility files, boosting the performance of responses.
Handling context interactions (commands when you right click someone or a message) has been split into its own files for both messages and users, boosting the performance of responses.
The old engines system has been discontinued as it is no longer useful.
Music subcommands have been split into separate commands to make it easily accessible to mobile users alongside giveaway commands as well.
You can announce things via Evelyn using /announce (requires Manage Guild).
Modal support has been removed as they are no longer useful.
Logs regarding updated and deleted messages have been re-added back (requires the Message Content Intent to be enabled).

Breaking Changes

Giveaways have received a change in how we store users. Previously they used to be stored in an array of strings ([String]), they have now been switched to full arrays to make use of the $push and $pull functions inside of MongoDB.

v4.1

27 Dec 19:23
Compare
Choose a tag to compare

Includes fixes and features released from 2 weeks ago till now.

v3.0

11 Oct 22:17
778a301
Compare
Choose a tag to compare

First release of v3.0 codenamed Edge.

v2.1

01 Oct 10:31
Compare
Choose a tag to compare

Final release of version 2.0 | Lynx. Changes are included here.