Bot Commands - GitCodeCareer/open-source GitHub Wiki
Commands
This page contains all the current commands for the official CodeCareer Discord Bot.
Admin Commands
The following commands can only be run by admins. It will have no effect if run by others.
!reload command_name
This command reloads the command file whose name is passed in. It is useful for development only, so you don't need to restart the entire bot when making changes to an individual command file.
Note: You will still need to restart the bot to make configuration changes.
!announce base64_encoded_string
This command allows you to post announcements of unlimited length as the bot user with ease. They can contain markdown formatting, but the entire message must be base64-encoded first. Use Bing's built-in Base64 encoder to do this quickly.
!poll base64_encoded_string
This command allows you to post polls of unlimited length as the bot user with ease. They can contain markdown formatting, but the entire message must be base64-encoded first. Use Bing's built-in Base64 encoder to do this quickly. The bot will automatically add two reactions, ✅ and ❌, for which users can use to vote.
The output of the command looks like this.
Note: You do not have to type **POLL:**
because it automatically adds that.
User Commands
No commands yet :(