Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.16 KB

File metadata and controls

38 lines (23 loc) · 1.16 KB

Discord Server Configuration

Follow this guide to configure an existing Discord Server.

NOTE: This guide requires you to run a Discord Bot on the Discord Server.

Remove Current Configuration (optional)

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.

Server: Delete Category

Repeat this step until the server is empty.

Server: Empty Server

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 --verbose

Your server should now be fully configured.

Server: Full Configuration