This repository has been archived by the owner on Jan 21, 2024. It is now read-only.
Releases: MitchTalmadge/StudyBot
Releases · MitchTalmadge/StudyBot
Patch 2.9.1: Email Greetings
- Fixed a bug where email greetings would sometimes be "undefined" and never "Aloha"
Release 2.9: Join Announcements
When joining a course (except by ta
command), the bot will say "Welcome, name!" in the corresponding channels to help break the ice.
Release 2.8: Email Template Adjustments
Adjusted the email template to be less spammy and involve more randomness. Make it look more human.
Hotfix 2.7.1
Fix an issue with max channels per category.
Release 2.7: Reset
New !!reset
moderator command for resetting course channels and assignments e.g. for a new semester.
Release 2.6: Student Advisory Committee
New config section within guilds:
"studentAdvisoryCommittee": {
"roleId": "238946293846263423"
}
This role will be given read and speak access to all course channels (chat and voice). Optional; remove the section to disable.
Hotfix 2.5.4
- Fix deletion of course category IDs on startup
Patch 2.5.3
- Re-enable role sync on startup.
- Cache GuildStorages to reduce database query count. Massive speed improvements from this.
Patch 2.5.2
- Temporary disable of startup role sync and member removal (taking too long)
Hotfix 2.5.1
- Fix accidental synchronization of bot's own roles.