You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.
A moderator command that can add/remove a user to/from one or more courses just like the join/leave commands in the course selection channel. Support for toggling TA status is also desirable. This command should be able to be used anywhere by a moderator.
Example:
!!join <@29374294229034> cs2420 phys2210 !!leave <@9298239472347> cs1410 phys2220 !!ta <@2348723470243> cs3500 cs3505
Care should be taken to avoid code duplication.
The text was updated successfully, but these errors were encountered:
MitchTalmadge
changed the title
Admin Command: Add User to Course(s)
Admin Command: Add/Remove User to/from Course(s)
Jun 4, 2020
MitchTalmadge
changed the title
Admin Command: Add/Remove User to/from Course(s)
Admin Command: Add/Remove User to/from Course(s) and TA status.
Jun 4, 2020
MitchTalmadge
changed the title
Admin Command: Add/Remove User to/from Course(s) and TA status.
Moderator Command: Add/Remove User to/from Course(s) and TA status.
Jun 5, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
A moderator command that can add/remove a user to/from one or more courses just like the
join/leave
commands in the course selection channel. Support for toggling TA status is also desirable. This command should be able to be used anywhere by a moderator.Example:
!!join <@29374294229034> cs2420 phys2210
!!leave <@9298239472347> cs1410 phys2220
!!ta <@2348723470243> cs3500 cs3505
Care should be taken to avoid code duplication.
The text was updated successfully, but these errors were encountered: