first commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
DISCORD_TOKEN=your_discord_bot_token
|
||||
DISCORD_CLIENT_ID=your_discord_application_client_id
|
||||
DISCORD_CLIENT_SECRET=your_discord_application_client_secret
|
||||
DISCORD_REDIRECT_URI=http://localhost:3000/auth/discord/callback
|
||||
SESSION_SECRET=replace_with_a_long_random_secret
|
||||
DISCORD_GUILD_ID=optional_guild_id_for_instant_command_updates
|
||||
PORT=3000
|
||||
QUOTE_CONFIG_PATH=./config/quotes.config.json
|
||||
|
||||
Reference in New Issue
Block a user