Discord integration - Fabian-Sommer/HeroesLounge GitHub Wiki
Discord is used for verification of new account creation -- you must be a member of the discord server for Heroes Lounge: https://discordapp.com/invite/aePkBsZ
In order to test Discord integration in local development, you need to have a Discord app in your developer account: https://discordapp.com/developers/applications/
Copy the Client ID and Client Secret into ..... TODO: where do these go in a localdev setup??
Currently it's not possible to test the Discord integration between the website and the Heroes Lounge Discord server locally. This is in part because you're required to have a bot account in the Heroes Lounge Discord with permissions, but you also can't easily mock them to your own Discord for testing, because a lot of it is hard-coded to the Heroes Lounge Discord server.
If you do want to test something that relies on a Discord integration, commenting it out temporarily usually works.