TeamNovaSoft / discord-bot

Un bot de discord para automatizar algunas cosas en nuestros servidores
MIT License
2 stars 0 forks source link

Improve Configuration section on README documentation #6

Closed heliomar-pena closed 1 month ago

heliomar-pena commented 3 months ago

Explanation

In this PR https://github.com/TeamNovaSoft/discord-bot/pull/5 it was missed this comment:

Then here you can reference it as Create a new file called .env based on the .env.example file. Then fill it with the information of your bot

Also you can add a reference to official discord doc like this: https://discordjs.guide/preparations/setting-up-a-bot-application.html#creating-your-bot to help others to found their config values

_Originally posted by @heliomar-pena in https://github.com/TeamNovaSoft/discord-bot/pull/5#discussion_r1712045460_

I think would be better to reference this .env.example in this section instead of explicitly mention the ENV required (this will only make that we have to update it each time ENVs are updated.), then explain a bit more about the configuration, for example add links to the documentation of Discord where explain where to get each one of those keys, and add short explanations about what is each one of them.

image

Checklist

This issue can be closed when the following tasks are complete:

References

Related issues