EddieHubCommunity / EddieBot

Inclusive words Discord bot (no more "hey guys")
http://discord.eddiehub.org
MIT License
173 stars 138 forks source link

Environment variables in the Readme #801

Closed Adii2202 closed 4 months ago

Adii2202 commented 4 months ago

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

eddiejaoude commented 4 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=
Adii2202 commented 4 months ago

Created a pull request