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
Colby Gallup edited this page Nov 28, 2020
·
1 revision
Mentorbot relies upon server roles for much of its functioning. Mentoring topics are stored as roles, which are assigned to mentors to give them permission to use mentoring commands.
For example, sending $maketopic Calculus as an administrator creates a new role Topic | Calculus. All users can then queue for that topic by sending $queue Calculus. Administrators and those with the Topic | Calculus role (mentors) can then call $ready Calculus to retrieve members from that queue. While administrators have access to all mentor commands, giving administrator privileges to all mentors is a security risk that should be avoided.