Skip to content

Set up your config

Lukas | AstroGD edited this page May 2, 2020 · 2 revisions

If you want to install the bot please follow these steps. If you have questions or issues feel free to reach out

Required config changes

  • Open config.json in the Bots base directory
  • Insert the token between the quotation marks after "token": . If you don't know what a token is click here
  • Open Discord, got to settings, click on Appearance and enable Developer mode on the bottom of the settings page
  • Right-click the server-icon of the server you want to run the bot in and select copy ID. Paste that number between the quotation marks after "server_id":
  • Right-click the channel you want to receive ticket notifications in and select copy ID. Paste that number between the quotation marks after "ticket_notification_channel_id":
  • Go to your servers role settings, right-click the role that determines a team member and select copy ID. Paste that number between the quotation marks after "team_role_id":

Optional config changes

  • errorOnCommandNotFound: If set to false the bot won't write an error if a message with the specified prefix was sent but no command was found.
  • prefix: A string that needs to be typed before the command to talk to the bot
  • language: Change the bots language. Available languages: de_DE, en_EN
  • custom_status: If null the Bots status is Ticket-System | [PREFIX]help. If you want to change that enter a custom status with quotation marks

Continue to "Start your bot"

Click here to continue