sillvva / rpg-schedule

A discord bot for announcing RPG games with automated sign up
https://discordbots.org/bot/531549403086061569
MIT License
37 stars 31 forks source link

Remove AUTH_URL and INVITE env variables since they can be deterministic #242

Open halkeye opened 4 years ago

halkeye commented 4 years ago

It took me a while to figure out what AUTH_URL and INVITE should be.

Since really its just the CLIENT_ID and scopes, I figured its easy enough to do it via code and not need the env variables.