Skip to main content

Configuration Guide

If you don’t know how to get your Bot Token or Guild ID, look it up on youtube, there are countless tutorials!
You have to create a new discord bot token, this can be created here. It needs to have administrator permissions, this is so it can pull players discord roles. script is open source
Config.Token = '' -- (type: string)
Discord Guild Id, to get this enable discord developer mode and right click your servers discord icon, and press “Copy ID”. For a more in depth tutorial follow this.
config.lua
Config.Guild = '' -- (type: string)
I