8 lines
178 B
Bash
8 lines
178 B
Bash
# bot
|
|
CLIENT_ID='your discord bot client id'
|
|
BOT_TOKEN='your discord bot token'
|
|
|
|
# websocket
|
|
# the same as JARVIS_SERVER_MODE_PORT in agent_jarvis .env file
|
|
WEBSOCKET_PORT=10000
|