Closed Adii2202 closed 6 months ago
Thanks for raising!
Please add to the README the code block ...
# .env file
# required: discord api token
DISCORD_TOKEN=
# required: mongo url connection string
EDDIEBOT_MONGO_CONNECTION_STRING=
# optional
DEBUG_HOOK=
# required: discord server id
HOME_GUILD=
# optional
NODE_ENV="development"
# required: channel id for logs
ADMIN_CHANNEL=
Created a pull request
Description
This are the env variables and in this the HOME_GUILD string is missing which is needed for "npm start"
DISCORD_TOKEN= EDDIEBOT_MONGO_CONNECTION_STRING= DEBUG_HOOK= HOME_GUILD= NODE_ENV="development" ADMIN_CHANNEL=
Screenshots
No response
Additional information
No response