Releases: ScoreUnder/canti-bot
Releases · ScoreUnder/canti-bot
v1.3.0
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
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
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
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
"e
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
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).