Skip to content

Getting Started

John Grosh edited this page Oct 3, 2016 · 37 revisions

Add the bot to your server

You can add the bot by clicking this link (if it's not already there):
🔗 https://discordapp.com/oauth2/authorize?client_id=169456930362884098&permissions=297921599&scope=bot
You can remove permissions if you wish, but some commands require some extra permissions; what is listed is the "recommended" set.

See a list of all commands

You can view all the available commands using %help.
For any command, you can also use %<command> help, replacing <command> with the name of the command. For example, try typing %server help. This works for every command and sub-command, so (for example) if you are having trouble with ignoring a channel, try %ignore add channel help.

Authorize the bot for your server

After you've looked through the help, find the command to authorize the bot, and then type that command (without a code) in your server's chat. You will be given your server's name (or you can just see what your server is named); use that to find your server's auth code:

  • If the first letter of your server's name is a capital letter, your code is pizzapocalypse
  • If the first letter of your server's name is a lowercase letter, your code is eyesL
  • If the first letter of your server's name is a number, your code is benhemmer
  • If the first letter of your server's name is not any of the above, your code is alphanumericnamesplease

Simply use this code with the command you found earlier (yes, it's listed in %help when used on your server, look there).
NOTE: The bot will not respond to other commands until the server is authorized.

Set up common features

After you have authorized Spectra, you can now begin to customize the bot for your server. Here are some things you might want to do:

  • Add Prefixes - If there is a specific prefix you want Spectra to reply to (such as !), add it with %prefix add !. See %prefix help for other prefix commands
  • Set a Welcome Message - Use %welcome Your Welcome Message Here to set up a welcome message. Example: %welcome Hello, <@{userid}>, welcome to {server}!. See %welcome help for welcome commands, and JagTag for a list of available substitutions.
  • Set up the Feeds - To set up a feed, use %feed <feedname> <channelname> (example: %feed serverlog #log_channel). See %feed help for a list of feeds, and use %feed <feedname> help for information about a specific feed type. Also, for the serverlog feed, see Serverlog Feed Parameters for additional configuration.
  • Create Custom Commands - See Creating a Custom Command for how to make a "custom command" with Spectra
  • Set up tag mirrors - Do you use Spectra on other servers, and want to use tags from there? See All About Tags! or %tag mirror help for setting up a mirror to that server so you can use those tags here!
  • Add moderators - Give your moderators access to the Moderator-level commands by adding their role -> %mod add role <rolename> (See %mod help for more info)
Clone this wiki locally