Skip to content

Releases: ScoreUnder/canti-bot

v1.3.0

15 Dec 14:45
Compare
Choose a tag to compare

Features added

  • Version number is now shown in help command.
  • Voicerole command now performs the duty of setvoicerole and delvoicerole too.

Features removed

  • &delvoicerole -- use &setvoicerole none.
  • Non-admins can no longer use &voicerole
  • "Requested by" field has been removed from setvoicerole's output (it is accessible through &blame).

v1.2.1

15 Dec 11:42
Compare
Choose a tag to compare

Bugs fixed

  • Role add/remove is now done via the specialised discord API endpoints to avoid problems with bad role caching.

Technical

  • Artifacts are now versioned based on git tags.
  • Readme instructions have been corrected for the new jar filename.

v1.2.0

28 Nov 19:08
Compare
Choose a tag to compare

Features added

  • Copy permissions from category when creating a user-owned voice channel.

Bugs fixed

  • "Did you mean (to swap arguments)" typo correction no longer fires for &public, where it is inapplicable.

v1.1.0

21 Nov 22:35
Compare
Choose a tag to compare

Features removed

  • Certain messages are no longer auto-deleted

Features added

  • Add regex support to &find command
  • Use discord's reply feature to respond to command invocations

Bugs fixed

  • &quote now responds properly to discord.com URLs (previously only worked with discordapp.com URLs)
  • &reading and &furigana now work even if message size limit would have been exceeded by message body

v1.0.0

11 Sep 09:18
Compare
Choose a tag to compare

First release hosted on GitHub. This release page might be a handy way to keep track of changes in practice.

Here are the changes that happened in 2020 so far:

Features removed

  • Removed &gamestats.
  • Removed game matching from &find.

(These both relate to the bot no longer tracking users' presence/status updates)

Features added

  • Added &public: similar to &private, but defaults to allowing everyone in, rather than allowing people in on an invitation-only basis. (Thanks @Brod8362)
  • &find now lets you use reactions to select an ID to pick out for copy-pasting on mobile discord.
  • &find now shows nicknames as well as real usernames next to a user result. This works around the discord bug where mentions do not cache the user object client-side when given from within an embed.
  • Added &voicecategory command to (optionally) force user-created voice chats to be created in a specific category.
  • &help now shows the GitHub and bot invite links.

Bugs

  • Workaround for &voicekick tempban failing the permission check.
  • The voice channel is now shown when confirming that a &voicekick succeeded. Previously it would instead imply that the user had been kicked from the text channel in which the vote occurred.

Other

  • Now explicitly requests intents from Discord API gateway (if self-hosted, will need the privileged "server members intent" activated in the Discord developer portal for the bot).