diff options
| author | Aleksa Vuckovic <aleksa@vuckovic.cc> | 2025-11-11 14:14:48 +0100 |
|---|---|---|
| committer | Your Name <you@example.com> | 2025-11-13 19:07:45 +0100 |
| commit | f10e48a8d8d0cdca589c9d73791b9a46e896425d (patch) | |
| tree | 97055c143dffa352cec1a3e122a9061584a1e324 /.env.example | |
Initial commit
Diffstat (limited to '.env.example')
| -rw-r--r-- | .env.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..6ccac30 --- /dev/null +++ b/.env.example @@ -0,0 +1,3 @@ +DISCORD_TOKEN=your_bot_token_here +CLIENT_ID=your_client_id_here +COOKIES_FILE=/path/to/cookies.txt |
