Skip to content

Configuration summary

Chokyotager edited this page Dec 28, 2018 · 1 revision

Configuration summary

All configurations for the botare localised within the configs/ folder. Editing anything else outside of that folder is unnecessary unless you intend to modify or add new features.

configs/configuration.json

This is the main configuration file which holds the bot token, server ID, and some general, random things.

configs/game-details.json

This file handles the general overview game mechanics.

configs/playing.json

This file handles the roles and holds the IDs of the players to be added to the game when it initialises.

configs/channels.json

This file handles the channel names where the bot will do its thing.

configs/permissions.json

This file handles the roles and permissions which the bot takes commands from, and game roles (such as Alive and Dead) roles.

configs/disabled_commands.json

This file handles the commands which will be blocked if the user tries to use them. Blocked commands take priority.

configs/tick.json

This file handles the tick rate of the bot, and controls how often the bot auto-saves. It usually does not have to be modified.

configs/server-details.json

This file handles the base perms on the server. It usually does not have to be modified.

configs/assets.json

This is an unused remnant of the configuration.