diff --git a/.vscode/settings.json b/.vscode/settings.json index 20af2f68a..81c4b4351 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,2 @@ // Place your settings in this file to overwrite default and user settings. -{ -} \ No newline at end of file +{ "editor.wrappingColumn": 0 } \ No newline at end of file diff --git a/docs/get_started.rst b/docs/get_started.rst index 8933558d1..96c7b1af6 100644 --- a/docs/get_started.rst +++ b/docs/get_started.rst @@ -19,7 +19,7 @@ After you have obtained these tools, you need to run ``npm install discord.js -- Cloning the Repo ---------------- -If you want to try some examples or make your own changes to discord.js, you can `clone the repo`_. +If you want to try some examples or make your own changes to discord.js, you can `clone the repo`_. After that run ``npm install`` to install dependencies. Running Examples ~~~~~~~~~~~~~~~~ diff --git a/docs/troubleshooting.rst b/docs/troubleshooting.rst new file mode 100644 index 000000000..3f5fa02ad --- /dev/null +++ b/docs/troubleshooting.rst @@ -0,0 +1,10 @@ +Troubleshooting +=============== + +Occasionally, the API can stop working for whatever reason. If it was working previously and it stopped working on the same version, it means that there's been a change to the Discord API. In this case, please `make an issue`_ if one relating to a similar issue doesn't exist. Please post a stacktrace if there is one, and be as detailed as possible - *"the API isn't working"* doesn't help at all. + +If there is already an issue, feel free to comment that you're also experiencing the same thing. This helps to see how widespread the bug is. + +You can try reconnecting before submitting an issue, as sometimes some of the servers may be slightly different. + +.. _make an issue : https://github.com/hydrabolt/discord.js/issues \ No newline at end of file