-
Notifications
You must be signed in to change notification settings - Fork 13
Moderation
Moderating your server with Practice Bot is very simple. As a moderator or admin, there are a few settings you may want to configure.
First off is setting the ranking and nickname system. As of now, automatic ranked roles and nicknames only support DMOJ and Codeforces. You can toggle this using the $setsync
command. Note that this will only work if you have the Manage Roles command.
Furthermore, you may want to set up one or more contest notification channels. Simply use the $sub <#channel>
command to do so. Add online judges separated by a space after the command to only subscribe to a select number of contest notifications. You can then use the $subs
command to see all contest notification channels in the server. Note that subscribing channels to contest notifications requires the Manage Channels command.
Contest notifications will look like this, whenever a new contest on AtCoder, CodeChef, Codeforces, DMOJ, Leetcode, or TopCoder is announced:
If you want to unsubscribe a channel from contest notifications, just use the $unsub <#channel>
command.
Practice Bot is fully open source and licensed under the GNU General Public License v3.0