diff options
| author | Nathan Perry <avaglir@gmail.com> | 2019-02-21 01:29:00 -0500 |
|---|---|---|
| committer | Nathan Perry <avaglir@gmail.com> | 2019-02-21 01:29:58 -0500 |
| commit | 39065a2240f7e0ee1ab23b6d8622e8ac48a33a32 (patch) | |
| tree | 44cc18c55eaecba54cf125e46343ee14c0327713 /.env.example | |
| parent | 333467738dcfcbe5df4ed68a0562fb81b7c2c3ac (diff) | |
update docs
- improve .env.example
- write basic README
Diffstat (limited to '.env.example')
| -rw-r--r-- | .env.example | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/.env.example b/.env.example index 142a29d..d686ea8 100644 --- a/.env.example +++ b/.env.example @@ -1,8 +1,7 @@ -TARGET_GUILD=abc -OWNER_ID=def -VOICE_CHANNEL=ghi -THULANI_CLIENT_ID=jkl -THULANI_TOKEN=mno -OP_ID=pqr -DEFAULT_CHANNEL=stu -DATABASE_URL=vwx
\ No newline at end of file +TARGET_GUILD=12345678909876543 +OWNER_ID=45678909876543212 +VOICE_CHANNEL=56789098765432123 +THULANI_CLIENT_ID=67890987654321234 +THULANI_TOKEN=OEWRKokesfoEIkDSfoKSlf1.31ikLLSDf +OP_ID=your_op_role +DATABASE_URL=postgres://your_user:your_pass@server_ip/database_name |
