-
EllieBot 4.1.3 Stable
released this
2025-08-29 09:26:59 +00:00 | 319 commits to v4 since this releaseAdded
- Added support for embed arrays in commands such as .say, .greet, .bye, etc...
- Website to create them is live at eb.elliebot.net (old one is moved to oldeb.elliebot.net)
- Embed arrays don't have a plainText property (it's renamed to 'content')
- Embed arrays use color hex values instead of an integer
- Old embed format will still work
- There shouldn't be any breaking changes
- Added
.stondelcommand which, when toggled, will make the bot delete online stream messages on the server when the stream goes offline - Added a simple bank system.
- Users can deposit, withdraw and check the balance of their currency in the bank.
- Users can't check other user's bank balances.
- Added a button on a .$ command which, when clicked, sends you a message with your bank balance that only you can see.
- Added
.h <command group>- Using this command will list all commands in the specified group
- Atm only .bank is a proper group (
.h bank)
- Added "Bank Accounts" entry to
.economy
Changed
- Reaction roles rewritten completely
- Supports multiple exclusivity groups per message
- Supports level requirements
- However they can only be added one by one
- Use the following commands for more information
.h .reroa.h .reroli.h .rerot.h .rerorm.h .rerodela
- Pagination is now using buttons instead of reactions
- Bot will now support much higher XP values for global and server levels
- [dev] Small change and generation perf improvement for the localized response strings
Fixed
- Fixed
.deletexpcommand .givecommand should send DMs again.modulescommanad now has a marmalade module description
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
- Added support for embed arrays in commands such as .say, .greet, .bye, etc...