We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sample .env:
# Django settings DEBUG=True DJANGO_SECRET_KEY=notasecretbutitstillworksasasecretshrug POSTGRES_DB=postgres POSTGRES_HOST=localhost POSGRES_PASSWORD=postgres POSTGRES_USER=postgres DEBUG_HOST=127.0.0.1 ALLOWED_HOSTS=localhost,friendo-site HOST_DNS=http://127.0.0.1:8000 # Discord Oauth BOT_CLIENT_ID=your_discord_bot_client DISCORD_AUTH_URL=your_discord_auth_url BOT_CLIENT_SECRET=your_client_secret_here
Instructions also need to be added on getting the discord bot secrets. Such as building the auth url with scope=identify
scope=identify
The text was updated successfully, but these errors were encountered:
No branches or pull requests
sample .env:
Instructions also need to be added on getting the discord bot secrets. Such as building the auth url with
scope=identify
The text was updated successfully, but these errors were encountered: