Follow this guide to configure an existing Discord Server.
NOTE: This guide requires you to run a Discord Bot on the Discord Server.
If you are starting with a fresh Discord Server, it is recommended to delete all existing channels and categories.
To delete a channel or category, right-click it, then left-click the "Delete" option.
Repeat this step until the server is empty.
NOTE: If you skip this step, the configuration script will still work and will not delete anything.
Ensure that discord.py and pydantic are installed.
Set the environment variable BOT_TOKEN to your authorization token,
then run the script scripts/configure-guild.py.
# macOS, Linux:
export BOT_TOKEN="..."
# Windows:
$env:BOT_TOKEN = '...'
python scripts/configure-guild.py --verboseYour server should now be fully configured.


