first commit

This commit is contained in:
Patrick
2026-05-01 18:51:04 +02:00
commit 82130fd898
13 changed files with 1162 additions and 0 deletions
+9
View File
@@ -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