Skip to content

Setting up channels and roles

Chokyotager edited this page Jan 10, 2019 · 7 revisions

Setting up channels and roles

Ever since the Bluerose update, setting up channels and roles is now a lot more convenient.

Go into the bot console and key in autosetup. This should create all the roles and channels required.

You are welcome to modify the description of the channels, shift them around (though not into the Private category) and change the role properties. However, do not change their names directly or this will cause it to malfunction.

If you wish to change the names of the channels and role names, do so in the config.

The old guide goes more in-depth into the manual setup.

configs/permissions.json:

{
  "permissions": {
    "admin": "Host",
    "alive": "Alive",
    "dead": "Dead",
    "spectator": "Spectator",
    "aftermath": "Season Player",
    "pre": "Participant",
    "notify": "Notify"
  }
}

configs/channels.json:

{
  "channels": {
    "log": "logbook",
    "voting": "trial",
    "main": "city-hall",
    "whisper-log": "billboard",
    "roles": "yellow-pages",

    "welcome-channel": "general"
  },

  "categories": {
    "private": "Private"
  }
}