Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.
Sank6 edited this page Nov 18, 2020 · 8 revisions

I'll add more to these soon. If you have other issues not mentioned here or suggestions, ask away

How can I host this?

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.

"Invalid OAuth2 redirect URI"

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

Role issues

  • 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.
Clone this wiki locally