Skip to content

Commit

Permalink
Create .env.exemple
Browse files Browse the repository at this point in the history
  • Loading branch information
e-enes authored Mar 15, 2023
1 parent f2ba40e commit 38bc9b7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .env.exemple
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Discord Bot Info
TOKEN=

# MySQL Server Info
HOST=
PORT= # default 3306
USER=
PASSWORD=
DATABASE=

# Discord Guild Channel Info
CHANNEL_LEAVE=
CHANNEL_JOIN=
CHANNEL_LOG= # currently only for bot logs

0 comments on commit 38bc9b7

Please # to comment.