github Cog-Creators/Red-DiscordBot 3.0.0b14
Release 3.0.0b14

latest releases: 3.5.9, 3.5.8, 3.5.7...
pre-release5 years ago

Additions:

  • Added a --load-cogs cli flag (#1601)

Enhancements:

  • Trivia has been updated to v1.1.1 (#1635)
  • Check for embed_links permission in embed_requested (#1619)
  • [p]ping has been moved to core_commands and now responds with a ping pong paddle reaction if it can add reactions (otherwise it will fall back to saying "Pong.") (#1618)
  • Cleanup commands clean up after themselves (#1602)
  • Cleanup now respects pinned messages by default (#1596)
  • Stream alert messages are now tracked across bot restarts (#1630)
  • The warning about using Python 3.6 on Windows has been dropped from the docs (#1622)
  • Audio: Update queue and search to use menus (#1633)

Bug fixes:

  • Fixed an issue with unmuting (#1603)
  • Fixed some outdated information (#1613)
  • Marked 3.7 as unsupported (#1623)
  • Fixed an issue with choosing a server to leave in [p]servers (#1617)
  • Fixed the help for [p]help (#1606)
  • Fix [p]reason when the modlog case has no moderator (#1604)
  • Add a NoneType check on trying to normalize a string (#1632)

Breaking change:

  • redbot.core.RedContext has been renamed and relocated to redbot.core.commands.Context (#1143)
  • redbot.core.i18n.CogI18n has been renamed to redbot.core.i18n.Translator (#1143)

Note:
As of this release, changes have been added to prepare for a permissions cog. These changes do allow for third party permissions cogs to replace the core one.

Any cog named Permissions must either not have a function named, or implement a function named check_overrides as a coroutine that takes 2 arguments, (context and a level) and must return None, True or False

More documentation on this is coming soon

Don't miss a new Red-DiscordBot release

NewReleases is sending notifications on new releases.