-
Notifications
You must be signed in to change notification settings - Fork 184
FAQs
I'll add more to these soon. If you have other issues not mentioned here or suggestions, ask away
This is an express server like many others, and to host it, you'll need to install and run the file on a VPS (virtual private server) and use a DNS server, to point an A-Name record of your VPS's IP address to your domain. This isn't designed to be hosted on glitch's free tier. Read the setup guide for more information.
In your Discord developer settings for the application, make sure you only have one redirect URI and it is your domain followed by /api/callback
. Eg, https://botlist.com/api/callback
.
Also make sure that in your config file, your domain, contains the protocol and does NOT end with a /
. Eg, https://botlist.com
and not like these: https://botlist.com/
botlist.com
- Check that the Role ID is correct in the config file.
- Make sure the role for the Discord bot managing the list has Administrator and it's at the top of the roles list.