Skip to content

Intents and more configuration options!

Compare
Choose a tag to compare
@fourjr fourjr released this 28 Oct 12:12
· 735 commits to master since this release
5d14ef1

Added

  • Added thread_move_title to specify title of thread moved embed.
  • Mark NSFW logs in log message. (GH #2792)
  • Icon for moderator that closed the thread in log message. (GH #2828)
  • Ability to set mentions via user/role ID. (GH #2796)

Changed

  • ?move now consumes rest in category name, which means ?move Long Category Name works without quotes!
  • ?help shows "No command description" if no description provided. (PR #2845)

Fixed

  • Unicode errors raised during windows selfhosting

Internal

  • Bump discord.py version to 1.5.1
  • Explicitly state intents used for connection
  • Use --diff for black CI instead of --check (GH#2816)