file names have no spaces. while having spaces would fuck up the URL and add "%20"s, I'd appreciate it if the file names were changed with - in place of spaces.
For example, basicbotsetup.md could probably be named as basic-bot-setup.md.
Same goes with advancedbotsetup.md, it could be named as advanced-bot-setup.md
And the example installation snippet to be changed into py -3 -m pip install discord.py disgames. This was initially made to be used with discord.py and will stay as it is until we provide support for other libs as well.
First things first, I'd like to thank Jerry for being cool and taking care of docs, however, i have encountered some minor problems in the docs.
-
in place of spaces.basic-bot-setup.md
.py -3 -m pip install discord.py disgames
. This was initially made to be used with discord.py and will stay as it is until we provide support for other libs as well.Everything else seems good enough <3