Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Releases: MitchTalmadge/StudyBot

Patch 2.9.1: Email Greetings

03 Apr 04:58
652b385
Compare
Choose a tag to compare
  • Fixed a bug where email greetings would sometimes be "undefined" and never "Aloha"

Release 2.9: Join Announcements

30 Mar 20:07
616108f
Compare
Choose a tag to compare

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

22 Mar 20:43
704943a
Compare
Choose a tag to compare

Adjusted the email template to be less spammy and involve more randomness. Make it look more human.

Hotfix 2.7.1

01 Jan 23:26
a159c79
Compare
Choose a tag to compare

Fix an issue with max channels per category.

Release 2.7: Reset

01 Jan 23:04
949db7c
Compare
Choose a tag to compare

New !!reset moderator command for resetting course channels and assignments e.g. for a new semester.

Release 2.6: Student Advisory Committee

15 Nov 22:40
05659cd
Compare
Choose a tag to compare

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

15 Nov 11:39
baa57d3
Compare
Choose a tag to compare
  • Fix deletion of course category IDs on startup

Patch 2.5.3

15 Nov 10:25
a73970b
Compare
Choose a tag to compare
  • Re-enable role sync on startup.
  • Cache GuildStorages to reduce database query count. Massive speed improvements from this.

Patch 2.5.2

14 Nov 14:06
6df5f64
Compare
Choose a tag to compare
  • Temporary disable of startup role sync and member removal (taking too long)

Hotfix 2.5.1

14 Nov 13:26
13638c4
Compare
Choose a tag to compare
  • Fix accidental synchronization of bot's own roles.