1.2.2: Date and Time is simple again!
Version 1.2.2
- Fix issue where matches that were already completed could be scored again
- Bot now deletes voice channels when a match is cancelled after starting
- Properly implement natural language date and time parsing
Version 1.2.1
Fix issue where match notifications role was given to all users who join a server that ScrimBot is in, regardless of whether they opted-in or not.
Version 1.2.0
BREAKING CHANGES
- Moderation commands (v!report, v!ban, v!unban) are no longer present. We felt that these types of commands didn't really belong in ScrimBot, which is meant to be a bot to help with games, not for server moderation.
Added features
- Time and dates can now be entered using natural language. No more of that pesky old date format!
- Commands can now be enabled/disabled dynamically while the bot is running (
v!command enable <name>
andv!command disable <name>
) - When matches become scored or cancelled, the original match message content also gets changed to reflect this
- Custom bot prefixes can be used by setting the environment variable
PREFIX
- Matches are now referenced within guild documents in the database. If you want to quickly see all matches created in a guild, now it's even easier than before.
- When users who have already registered join a server with ScrimBot in it, the bot will automatically give them the Match Notifications role if they have enabled it
Bug Fixes
- Match edit now actually works when changing
minRank
andmaxRank
v!version
now referencespackage.json
, no more mismatched version numbers!- Bot invite link (through
v!invite
) now only asks for permissions needed to operate - And many more
As always, let us know if you find any bugs and thanks for using ScrimBot!