Skip to content

Config Introduction#

In order to run a Discord-LFG bot you will need to configure how it runs, and where it runs.

This requires a minimum of three elements:

  • token to tell the bot what Discord bot it is hooking into.
  • config to tell the bot the general parameters of how to load, and where to look for commands.
  • commands to tell the bot what commands it should load.

Each of the pages in this section go through each of these elements with details of what elements are required or optional.