KaoushikMurugan
released this
10 Apr 04:15
·
2 commits
to v4.4-stable
since this release
Change Log:
Help Command is now fixed! #101 #148
- The /help command now prompts a menu to let you choose a command that you need help with.
Using ISO Date format and Time Zones #150 #153
- YABOB will now log the date and time of events in ISO Date format in the google sheets. In addition to this it will also log the unix epoch time. A
/set_time_zone
has also been added to allow customization since previously the bot was set to logging times in PT.
Bulk assign helpers their queue roles! #87 #152
- Use the
/assign_helpers_roles
and pass in a csv file to assign helper the queue roles! - csv file must be in the following format
discord_id1,queue_name1,queue_name2
discord_id2,queue_name1,queue_name2,queue_name3
discord_id3,queue_name4
...
- The queue names checks are case sensitive
- Gives the user the Staff role if they don't have it already
- Does not remove the staff role from users not in this list
Removed many /set_...
and replaced them with /settings [sub menu name]
redirect commands #135 #149
- Many
/set_...
commands were doing the same thing as some/settings
menus but the settings menu provided more information and was more useful to users. The following commands were removed:/set_after_session_msg
/set_queue_auto_clear
/serious_mode
(voided #129)/auto_give_student_role
/set_google_sheet
/set_calendar
/unset_calendar
/set_public_embed_url
- To have the same level of ease, we added an option to the command:
/settings [sub menu name]
to jump directly to a particular sub menu