forked from MidSpike/bionic-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
28 lines (17 loc) · 703 Bytes
/
.env.example
File metadata and controls
28 lines (17 loc) · 703 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#===========================================================================================#
# 'mojang' or 'microsoft'
MC_API_AUTH='mojang'
MC_ACCOUNT_EMAIL=''
MC_ACCOUNT_PASSWORD=''
MC_SERVER_IP=''
MC_SERVER_PORT='25565'
MC_GAME_VERSION=''
MC_JOIN_COMMAND=''
#===========================================================================================#
#===========================================================================================#
DISCORD_BOT_ID=''
DISCORD_BOT_TOKEN=''
DISCORD_BOT_COMMAND_PREFIX='example_bot_prefix!'
DISCORD_BOT_CONTROLLERS=''
DISCORD_BOT_CHAT_LOG_CHANNEL_ID=''
#===========================================================================================#