2024-06-19 05:22:41 +00:00
# Changelog
2024-07-15 04:26:21 +00:00
Mostly based on [keepachangelog ](https://keepachangelog.com/en/1.1.0/ ) except date format. a-c-f-r-o
2024-06-19 05:22:41 +00:00
2024-11-03 11:06:40 +00:00
## [5.1.18] - 04.11.2024
2024-11-03 10:50:08 +00:00
### Added
- Added `.translateflags` / `.trfl` command.
- Enable on a per-channel basis.
- Reacting on any message in that channel with a flag emoji will post the translation of that message in the
language of that country
- 5 second cooldown per user
- The message can only be translated once per language (counter resets every 24h)
2024-11-03 11:06:40 +00:00
- `.timely` now has a button. Togglable via `.conf gambling` it's called pass because previously it was a captcha, but captchas are too annoying
2024-11-03 10:50:08 +00:00
## Changed
- [public bot] Patreon reward bonus for flowers reduced. Timely bonuses stay the same
- discriminators removed from the databases. All users who had ???? as discriminator have been renamed to ??username.
- all new unknown users will have ??Unknown as their name
2024-11-03 11:06:40 +00:00
- Flower currency generation will now have a strikeout to try combat the pickbots. This is the weakest but easiest protection to implement. There may be more options in the future
2024-11-03 10:50:08 +00:00
## Fixed
- nunchi join game message is now ok color instead of error color
## [5.1.17] - 29.10.2024
### Fixed
- fix: Bot will now not accept .aar Role if that Role is higher than or equal to bot's role. Previously bot would just
fail silently, now there is a proper error message.
## [5.1.16] - 28.10.2024
2024-10-28 23:47:10 +00:00
## Added
- Added .ncanvas and related commands.
2024-11-03 10:50:08 +00:00
- You can set pixel colors (and text) on a 500x350 canvas, pepega version of r/place
- You use currency to set pixels.
- Commands:
- see the entire canvas: `.nc`
- zoom: `.ncz <pos>` or `.ncz x y`
- set pixel: `.ncsp <pos> <color> <text?>`
- get pixel: `.ncp <pos>`
- Owners can use .ncsetimg to set a starting image, use `.h .setimg` for instructions
- Owners can reset the whole canvas via `.ncreset`
2024-10-28 23:47:10 +00:00
2024-10-23 06:40:48 +00:00
## [5.1.15] - 21.10.2024
## Added
- Added -c option for `.xpglb`
## Change
- Leaderboards will now show 10 users per page
- A lot of internal changes and improvements
## Fixed
2024-11-03 10:50:08 +00:00
- Fixed a big issue which caused several features to not get loaded on bot restart
2024-10-23 06:40:48 +00:00
- Alias collision fix `.qse` is now quotesearch, `.qs` will stay `.queuesearch`
- Fixed some migrations which would prevent users from updating from ancient versions
- Waifulb will no longer show #0000 discrims
- More `.greet` command fixes
- Author name will now be counted as content in embeds. Embeds can now only have author fields and still be valid
- Grpc api fixes, and additions
2024-10-05 01:16:57 +00:00
## [5.1.14] - 03.10.2024
## Changed
- Improved `.xplb -c` , it will now correctly only show users who are still in the server with no count limit
## Fixed
- Fixed marmalade load error on startup
2024-10-05 00:29:09 +00:00
## [5.1.13] - 03.10.2024
### Fixed
- Grpc api server will no longer start unless enabled in creds
- Seq comment in creds fixed
2024-10-04 22:44:44 +00:00
## [5.1.12] - 03.10.2024
### Added
- Added support for `seq` for logging. If you fill in seq url and apiKey in creds.yml, bot will sends logs to it
### Fixed
2024-10-04 23:53:07 +00:00
- Fixed the Check for updates service not using the right URL and spitting an error in the console.
2024-10-04 22:44:44 +00:00
- Fixed another bug in `.greet` / `.bye` system, which caused it to show wrong message on a wrong server occasionally
2024-10-03 06:14:24 +00:00
## [5.1.11] - 03.10.2024
### Added
2024-11-03 10:50:08 +00:00
- Added `%user.displayname%` placeholder. It will show users nickname, if there is one, otherwise it will show the
username.
- Nickname won't be shown in bye messages.
2024-10-03 06:14:24 +00:00
- Added initial version of grpc api. Beta
2024-11-03 10:50:08 +00:00
2024-10-03 06:14:24 +00:00
### Fixed
- Fixed a bug which caused `.bye` and `.greet` messages to be randomly disabled
- Fixed `.lb -c` breaking sometimes, and fixed pagination
### Changed
- Youtube now always uses `yt-dlp` . Dropped support for `youtube-dl`
2024-11-03 10:50:08 +00:00
- If you've previously renamed your yt-dlp file to youtube-dl, please rename it back.
2024-10-03 06:14:24 +00:00
- ytProvider in data/searches.yml now also controls where you're getting your song streams from.
2024-11-03 10:50:08 +00:00
- (Invidious support added for .q)
2024-10-03 06:14:24 +00:00
2024-09-24 10:08:13 +00:00
## [5.1.10] - 24.09.2024
### Fixed
- Fixed claimed waifu decay in `games.yml`
### Changed
- Added some logs for greet service in case there are unforeseen issues, for easier debugging
2024-09-22 02:42:16 +00:00
## [5.1.9] - 21.09.2024
### Fixed
- Fixed `.greettest` , and other `.*test` commands if you didn't have them enabled.
- Fixed `.greetdmtest` sending messages twice.
- Fixed a serious bug which caused greet messages to be jumbled up, and wrong ones to be sent for the wrong events.
2024-11-03 10:50:08 +00:00
- There is no database issue, all greet messages are safe, the cache was caching any setting every 3 seconds with no
regard for the type of the event
- This also caused `.greetdm` messages to not be sent if `.greet` is enabled
- This bug was introduced in 5.1.8. PLEASE UPDATE if you are on 5.1.8
2024-09-22 02:42:16 +00:00
- Selfhosters only: Fixed marmalade dependency loading
2024-11-03 10:50:08 +00:00
- Note: Make sure to not publish any other DLLs besides the ones you are sure you will need, as there can be version
conflicts which didn't happen before.
2024-09-22 02:42:16 +00:00
2024-09-19 12:46:07 +00:00
## [5.1.8] - 20.09.2024
2024-08-21 08:26:27 +00:00
### Added
2024-09-06 05:11:01 +00:00
- Added `.leaveunkeptservers` which will make the bot leave all servers on all shards whose owners didn't run `.keep` command.
2024-11-03 10:50:08 +00:00
- This is a dangerous and irreversible command, don't use it. Meant for use on the public bot.
2024-09-19 12:46:07 +00:00
- `.adpl` now supports custom statuses (you no longer need to specify Playing, Watching, etc...)
2024-09-06 05:11:01 +00:00
2024-08-21 08:26:27 +00:00
### Changed
- `.quote` commands cleaned up and improved
2024-11-03 10:50:08 +00:00
- All quote commands now start with `.q<whatever>` and follow the same naming pattern as Expression commands
- `.liqu` renamed to `.qli`
- `.quotesearch` / `.qse` is now paginated for easier searching
2024-08-21 08:26:27 +00:00
- `.whosplaying` is now paginated
2024-09-19 12:46:07 +00:00
- `.img` is now paginated
2024-08-21 08:26:27 +00:00
- `.setgame` renamed to`.setactivity` and now supports custom text activity. You don't have to specify playing, listening etc before the activity
- Clarified and added some embed / placeholder links to command help where needed
- dev: A lot of code cleanup and internal improvements
### Fixed
- Fixed `.xpcurrew` breaking xp gain if user gains 0 xp from being in a voice channel
- Fixed a bug in `.gatari` command
2024-09-06 05:11:01 +00:00
- Fixed some waifu related strings
- Fixed `.quoteshow` and `.quoteid` commands
2024-09-19 12:46:07 +00:00
- Fixed some placeholders not working in `.greetdm`
- Fixed postgres support
- Fixed and clarified some command strings/parameter descriptions
### Removed
- Removed mysql support as it didn't work for a while, and requires some special handling/maintenance
2024-11-03 10:50:08 +00:00
- Sqlite and Postgres support stays
2024-08-21 08:26:27 +00:00
2024-08-09 02:29:00 +00:00
## [5.1.7] - 09.08.2024
### Fixed
- Fixed some command groups incorrectly showing up as modules
2024-08-08 01:55:05 +00:00
## [5.1.6] - 08.08.2024
2024-08-06 23:32:51 +00:00
### Added
2024-08-21 08:26:27 +00:00
- `.serverlist` is now paginated
2024-08-06 23:32:51 +00:00
### Changed
2024-08-21 08:26:27 +00:00
- `.listservers` renamed to `.serverlist`
2024-08-08 01:55:05 +00:00
### Fixed
2024-08-21 08:26:27 +00:00
- `.afk` messages can no longer ping, and the response is moved to DMs to avoid abuse
- Possible fix for `.remind` timestamp
2024-11-03 10:50:08 +00:00
2024-08-06 23:32:51 +00:00
### Removed
2024-11-03 10:50:08 +00:00
- Removed old bloat / semi broken / dumb commands
- `.memelist` / `.memegen` (too inconvenient to use)
- `.activity` (useless owner-only command)
- `.rafflecur` (Just use raffle and then award manually instead)
- `.rollduel` (we had this command?)
2024-08-21 08:26:27 +00:00
- You can no longer bet on `.connect4`
- `.economy` Removed.
2024-11-03 10:50:08 +00:00
- Was buggy and didn't really show the real state of the economy.
- It might come back improved in the future
2024-08-21 08:26:27 +00:00
- `.mal` Removed. Useless information / semi broken
2024-08-06 23:32:51 +00:00
2024-08-02 00:15:49 +00:00
## [5.1.5] - 01.08.2024
2024-07-19 03:31:09 +00:00
2024-07-18 09:54:45 +00:00
### Added
2024-08-21 08:26:27 +00:00
- Added: Added a `.afk <msg>?` command which sets an afk message which will trigger whenever someone pings you
2024-11-03 10:50:08 +00:00
- Message will when you type a message in any channel that the bot sees, or after 8 hours, whichever comes first
- The specified message will be prefixed with "The user is afk: "
- The afk message will disappear 30 seconds after being triggered
2024-07-18 09:54:45 +00:00
2024-08-02 14:12:58 +00:00
### Changed
2024-08-21 08:26:27 +00:00
- Bot now shows a message when .prune fails due to already running error
2024-08-02 14:12:58 +00:00
- Updated some bet descriptions to include 'all' 'half' usage instructions
- Updated some command strings
- dev: Vastly simplified marmalade creation using dotnet templates, docs updated
2024-11-03 10:50:08 +00:00
- Slight refactor of .wiki, time, .catfact, .wikia, .define, .bible and .quran commands, no significant change in functionality
2024-08-02 14:12:58 +00:00
### Fixed
2024-08-21 08:26:27 +00:00
- .coins will no longer show double minus sign for negative changes
2024-08-02 14:12:58 +00:00
- You can once again disable cleverbot responses using fake 'cleverbot:response' module name in permission commands
### Removed
2024-08-05 09:34:29 +00:00
2024-08-21 08:26:27 +00:00
- Removed .rip command
2024-08-02 14:12:58 +00:00
2024-07-15 04:26:21 +00:00
## [5.1.4] - 15.07.2024
2024-07-15 03:54:57 +00:00
### Added
2024-08-21 08:26:27 +00:00
- Added `.coins` command which lists top 10 cryptos ordered by marketcap
- Added Clubs rank in the leaderboard to `.clubinfo`
2024-07-15 03:54:57 +00:00
- Bot owners can now check other people's bank balance (Not server owners, only bot owner, the person who is hosting the bot)
2024-08-21 08:26:27 +00:00
- You can now send multiple waifu gifts at once to waifus. For example `.waifugift 3xRose @user` will give that user 3 roses
2024-11-03 10:50:08 +00:00
- The format is `<NUMBER>x<ITEM>` , no spaces
2024-08-21 08:26:27 +00:00
- Added `.boosttest` command
2024-11-03 10:50:08 +00:00
- Added support for any openai compatible api for the chatterbot feature change:
- Changed games.yml to allow input of the apiUrl (needs to be openai compatible) and modelName as a string.
2024-07-15 03:54:57 +00:00
### Changed
2024-08-21 08:26:27 +00:00
- Updated command strings to clarify `.say` and `.send` usages
2024-07-15 03:54:57 +00:00
### Fixed
2024-08-21 08:26:27 +00:00
- Fixed `.waifugift` help string
2024-07-15 03:54:57 +00:00
### Removed
2024-08-21 08:26:27 +00:00
- Removed selfhost button from `.donate` command, no idea why it was there in the first place
2024-07-15 03:54:57 +00:00
2024-07-07 13:23:56 +00:00
## [5.1.3] - 08.07.2024
### Added
2024-08-21 08:26:27 +00:00
- Added `.quran` command, which will show the provided ayah in english and arabic, including recitation by Alafasy
2024-07-07 13:23:56 +00:00
### Changed
- Replying to the bot's message in the channel where chatterbot is enabled will also trigger the ai response, as if you pinged the bot. This only works for chatterbot, but not for ellie ai command prompts
### Fixed
2024-08-21 08:26:27 +00:00
- Fixed `.stickeradd` it now properly supports 300x300 image uploads.
2024-07-07 13:23:56 +00:00
- Bot should now trim the invalid characters from chatterbot usernames to avoid openai errors
- Fixed prompt triggering chatterbot responses twice
- Honeypot commands now actually works
2024-06-29 05:54:54 +00:00
## [5.1.2] - 29.06.2024
### Fixed
- Compile issues by disabling honeypot submodule for the time being
2024-06-29 03:35:01 +00:00
## [5.1.1] - 29.06.2024
### Added
2024-08-21 08:26:27 +00:00
- Added `.honeypot` command, which automatically softbans (ban and immediate unban) any user who posts in that channel.
2024-11-03 10:50:08 +00:00
- Useful to auto softban bots who spam every channel upon joining
- Users who run commands or expressions won't be softbanned.
- Users who have ban member permissions are also excluded.
2024-06-29 03:35:01 +00:00
### Fixed
2024-08-21 08:26:27 +00:00
- Fixed `.betdraw` not respecting maxbet
- Fixed `.xpshop` pagination for real this time?
2024-06-29 03:35:01 +00:00
2024-06-28 03:19:37 +00:00
## [5.1.0] - 28.06.2024
### Added
- Added support for `gpt-4o` in `data/games.yml`
- Added EllieAiToken to `creds.yml`
### Changed
- Remind will now show a timestamp tag for durations
- Only `Gpt35Turbo` and `Gpt4o` are valid inputs in games.yml now
- `data/patron.yml` changed. It now has limits. The entire feature limit system has been reworked. Your previous settings will be reset
2024-07-08 12:50:17 +00:00
- A lot of updates to bot strings
2024-06-28 03:19:37 +00:00
- Improved cleanup command to delete a lot more data once cleanup is ran, not only guild configs (please don't use this command unless you have your database bakced up and you know 100% what you're doing)
### Fixed
- Fixed xp bg buy button not working, and possibly some other buttons too
- Fixed shopbuy %user% placeholders and updated help text
2024-11-03 10:50:08 +00:00
- All .feed overloads should now work"
- `.xpexclude` should will now work with forums too. If you exclude a forum you won't be able to gain xp in any of the threads.
2024-07-08 12:50:17 +00:00
- Fixed remind not showing correct time
2024-06-28 03:19:37 +00:00
### Removed
- Removed PoE related commands
- dev: Removed patron quota data from the database, it will now be stored in redis
2024-06-19 05:22:41 +00:00
## [5.0.8] - 19.06.2024
### Added
2024-11-03 10:50:08 +00:00
- Added `.setserverbanner` and `.setservericon` commands
- Added overloads section to `.h command` which will show you all versions of command usage with param names
- You can now check commands for submodules, for example `.cmds SelfAssignedRoles` will show brief help for each of the
commands in that submodule
- Added dropdown menus for .mdls and .cmds (both module and group versions) which will give you the option to see more
detailed help for each specific module, group or command respectively
2024-06-19 05:22:41 +00:00
- Self-Hosters only:
2024-11-03 10:50:08 +00:00
- Added a dangerous cleanup command that you don't have to know about
2024-06-19 05:22:41 +00:00
### Changed
- Quotes will now use alphanumerical ids (like expressions)
### Fixed
2024-11-03 10:50:08 +00:00
- `.verbose` will now be respected for expression errors
- Using `.pick` will now correctly show the name of the user who picked the currency
- Fixed `.h` not working on some commands
- `.langset` and `.langsetd` should no longer allow unsupported languages and nonsense to be typed in