From 0e95159ef7b5fd2ad5c423d36426cf4027b0ffea Mon Sep 17 00:00:00 2001 From: KGFCH2 Date: Tue, 2 Jun 2026 14:02:21 +0530 Subject: [PATCH] docs: add bot environment variable example --- bot/.env.example | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 bot/.env.example diff --git a/bot/.env.example b/bot/.env.example new file mode 100644 index 0000000..365e69c --- /dev/null +++ b/bot/.env.example @@ -0,0 +1,7 @@ +# Discord Bot environment variables + +DISCORD_TOKEN=your_discord_bot_token +DISCORD_CLIENT_ID=your_discord_application_client_id +GUILD_ID=your_optional_guild_id_for_guild_scoped_command_deploy +API_URL=http://localhost:5000 +BOT_API_KEY=your_bot_api_key