• 4.0.6 7ea7f68bbc

    toastie_t0ast released this 2025-08-25 07:43:57 +00:00 | 353 commits to v4 since this release

    Fixes

    • Fixed voice presence logging
    • Fixed .clubaccept, .clubban, .clubkick and .clubunban commands
    Downloads
  • 4.0.5 92ecb4f5ad

    toastie_t0ast released this 2025-08-25 07:34:44 +00:00 | 355 commits to v4 since this release

    Fixes

    • Fixed several bugs in the currency code
    • Fixed some potential memory leaks
    • Fixed some response strings
    Downloads
  • 4.0.4 53699836f1

    toastie_t0ast released this 2025-08-23 10:34:10 +00:00 | 381 commits to v4 since this release

    Fixed

    • Fixed the id which shows up when you add a new Expression
    • Fixed some strings which were still referring to "CustomReaction(s)" instead of "Expression(s)"
    Downloads
  • 4.0.3 4c13def064

    toastie_t0ast released this 2025-08-23 10:27:17 +00:00 | 384 commits to v4 since this release

    Fixed

    • Console should no longer spam numbers when .antispam is enabled
    Downloads
  • 4.0.2 8f377882cc

    toastie_t0ast released this 2025-08-23 10:20:45 +00:00 | 388 commits to v4 since this release

    Fixed .rero not working due to a bug introduced in 4.0

    Downloads
  • 4.0.1 5de07a96e7

    toastie_t0ast released this 2025-08-23 10:16:33 +00:00 | 390 commits to v4 since this release

    • Added usePrivilegedIntents to creds.yml if you don't have or don't want (?) to use them
    • Added a human-readable, detailed error message if logging in fails due to missing privileged intents
    Downloads
  • 4.0.0 e3f4ccf8d1

    toastie_t0ast released this 2025-08-23 09:55:47 +00:00 | 395 commits to v4 since this release

    Added

    • Added .deleteemptyservers command
    • Added .curtr <id> which lets you see full information about one of your own transactions with the specified id
    • Added trovo.live support for stream notifications (.stadd)
    • Added unclaimed waifu decay functionality
      • Added 3 new settings to data/gambling.yml to control it:
        • waifu.decay.percent - How much % to subtract from unclaimed waifu
        • waifu.decay.hourInterval - How often to decay the price
        • waifu.decay.minPrice - Unclaimed waifus with price lower than the one specified here will not be affected by the decay
    • Added currency.transactionsLifetime to data/gambling.yml Any transaction older than the number of days specified will be automatically deleted
    • Added .stock command to check stock prices and charts
    • Re-added .qap / .queueautoplay

    Changed

    • CustomReactions module (and customreactions db table) has been renamed to Expressions.
      • This was done to remove confusion about how it relates to discord Reactions (it doesn't, it was created and named before discord reactions existed)
      • Expression command now start with ex/expr and end with the name of the action or setting.
      • For example .exd (.dcr) is expression delete, .exa (.acr)
      • Permissions (.lp) be automatically updated with "ACTUALEXPRESSIONS", "EXPRESSIONS" instead of "ACTUALCUSTOMREACTIONS" and "CUSTOMREACTIONS"
      • Permissions for .ecr (now .exe), .scr (now .exs), .dcr (now .exd), .acr (now .exa), .lcr (now .exl) will be automatically updated
      • If you have custom permissions for other CustomReaction commands
      • Some of the old aliases like .acr .dcr .lcr and a few others have been kept
    • Currency output format improvement (will use guild locale now for some commands)
    • .crypto will now also show CoinMarketCap rank
    • Waifus can now be claimed for much higher prices (int -> long)
    • Several strings and commands related to music have been changed
      • Changed .ms / .movesong to .tm / .trackmove but kept old aliases
      • Changed song -> track throughout music module strings
    • Improved .curtrs (It will now have a lot more useful data in the database, show Tx ids, and be partially localized)
      • [dev] Reason renamed to Note
      • [dev] Added Type, Extra, OtherId fields to the database
    • [dev] CommandStrings will now use methodname as the key, and not the command name (first entry in aliases.yml)
      • In other words aliases.yml and commands.en-US.yml will use the same keys (once again)
    • [dev] Reorganized module and submodule folders
    • [dev] Permissionv2 db table renamed to Permissions
    • [dev] Moved FilterWordsChannelId to a separate table

    Fixed

    • Fixed an extra whitespace in usage part of command help if the command has no arguments
    • Possible small fix for .prune ratelimiting
    • .gvc should now properly trigger when a user is already in a gvc and changes his activity
    • .gvc should now properly detect multiple activities
    • Fixed reference to non-existent command in bot.yml
    • Comment indentation in .yml files should now make more sense
    • Fixed .warn punishments not being applied properly when using weighted warnings
    • Fixed embed color when disabling .antialt

    Removed

    • Removed .bce - use .config or .config bot specifically for bot config
    • Removed obsolete placeholders: %users% %servers% %userfull% %username% %userdiscrim% %useravatar% %id% %uid% %chname% %cid% %sid% %members% %server_time% %shardid% %time% %mention%
    • Removed some obsolete commands and strings
    • Removed code which migrated 2.x to v3 credentials, settings, etc...
    Downloads
  • 3.0.13 cf27970f2d

    toastie_t0ast released this 2025-07-18 06:58:28 +00:00 | 0 commits to v3 since this release

    Note

    This is the final tag of the v3 branch.

    Fixed

    • Fixed .greetdm causing ratelimits during raids
    • Fixed .gelbooru
    Downloads
  • 3.0.12 8af372b017

    toastie_t0ast released this 2025-07-18 05:51:51 +00:00 | 4 commits to v3 since this release

    Fixed

    • .smch Fixed
    • .trans command will now work properly with capitilized language names
    • Ban message color with plain text fixed
    • Fixed some grpc coordinator bugs
    • Fixed a string in .xpex
    • Google version of .img will now have safe search enabled
    • Fixed a small bug in .hangman
    Downloads
  • 3.0.11 201022aa03

    toastie_t0ast released this 2025-07-17 12:51:07 +00:00 | 19 commits to v3 since this release

    Added

    • .remindl and .remindrm commands now supports optional 'server' parameter for Administrators which allows them to delete any reminder created on the server
    • Added slots.currencyFontColor to gambling.yml
    • Added .qexport and .qimport commands which allow you to export and import quotes just like .crsexport
    • Added .showembed <msgid> and .showembed #channel <msgid> which will show you embed json from the specified message

    Changed

    • .at and .atl commands reworked
      • Persist restarts
      • Will now only translate non-commands
      • You can switch between .at del and .at without clearing the user language registrations
      • Disabling .at will clear all user language registrations on that channel
      • Users can't register languages if the .at is not enabled
      • Looks much nicer
        • Bot will now reply to user messages with a translation if del is disabled
        • Bot will make an embed with original and translated text with user avatar and name if del is enabled
      • If the bot is unable to delete messages while having del enabled, it will reset back to the no-del behavior for the current session

    Fixed

    • .crypto now supports top 5000 coins
    Downloads