diff --git a/docs/contributionguide.md b/docs/Contribution Guide.md similarity index 80% rename from docs/contributionguide.md rename to docs/Contribution Guide.md index 26bbafe8..be1e29a3 100644 --- a/docs/contributionguide.md +++ b/docs/Contribution Guide.md @@ -4,4 +4,4 @@ 2. Keep 1 Pull Request to a single feature 3. Explain what you did in the PR message -Thanks for all the help ^_^ \ No newline at end of file +Thanks for all the help ^_^ diff --git a/docs/customreactions.md b/docs/Custom Reactions.md similarity index 97% rename from docs/customreactions.md rename to docs/Custom Reactions.md index 01057582..a4c39f29 100644 --- a/docs/customreactions.md +++ b/docs/Custom Reactions.md @@ -18,4 +18,4 @@ Deletes either whole custom command and all its responses or a single command's For example: `.dcr "hi there"` or `.dcr "hi there" 1`. You can get an index by using `.lcr [page number]` `.lcr [number]` -Prints a list of custom reactions. Paginated. (for example: `.lcr 1` or `.lcr 4`) \ No newline at end of file +Prints a list of custom reactions. Paginated. (for example: `.lcr 1` or `.lcr 4`) diff --git a/docs/FAQ.md b/docs/Frequently Asked Questions.md similarity index 98% rename from docs/FAQ.md rename to docs/Frequently Asked Questions.md index aed3cb81..7e37722d 100644 --- a/docs/FAQ.md +++ b/docs/Frequently Asked Questions.md @@ -37,4 +37,4 @@ FOLLOW THIS DETAILED GUIDE IF IT IS HARD FOR YOU TO UNDERSTAND http://discord.ko ####Q18: I'm building NadekoBot from source, but I get hundreds of (namespace) errors without changing anything!? A: Using Visual Studio, you can solve these errors by going to Tools -> NuGet Package Manager -> Manage NuGet Packages for Solution. Go to the Installed tab, select the Packages that were missing (usually Newtonsoft.json and RestSharp) and install them for all projects ####Q19: My bot has all permissions but it's still saying, "Failed to add roles. Bot has insufficient permissions.", how do I fix this? -A: Discord has added few new features and roles now follow hierarchy, that means you need to place your bot role above every-other role your server has. Also do NOTE that bot can only set/add all roles below its own highest role. And can not assign it's "highest role" to anyone else. \ No newline at end of file +A: Discord has added few new features and roles now follow hierarchy, that means you need to place your bot role above every-other role your server has. Also do NOTE that bot can only set/add all roles below its own highest role. And can not assign it's "highest role" to anyone else. diff --git a/docs/explanations.md b/docs/JSON Explanations.md similarity index 98% rename from docs/explanations.md rename to docs/JSON Explanations.md index ba41ddac..f650dc1a 100644 --- a/docs/explanations.md +++ b/docs/JSON Explanations.md @@ -35,4 +35,4 @@ - **CarbonKey** - carbonitex.net key if your bot is listed there in order to send stats (probably nobody needs this) Next to your exe you must also have a data folder in which there is config.json (among other things) which will contain some user specific config, like should the Bot join servers, should DMs to bot be forwarded to you and a list of IDs of blacklisted users, channels and servers. If you do not have config.json, you can should config_example.json to config.json. -``` \ No newline at end of file +``` diff --git a/docs/permissions.md b/docs/Permissions System.md similarity index 100% rename from docs/permissions.md rename to docs/Permissions System.md diff --git a/docs/guides/fromsource.md b/docs/guides/Building from Source.md similarity index 97% rename from docs/guides/fromsource.md rename to docs/guides/Building from Source.md index df0dfd9e..d99971b4 100644 --- a/docs/guides/fromsource.md +++ b/docs/guides/Building from Source.md @@ -5,4 +5,4 @@ In your bin/debug folder (or next to your exe if you are using release version), When you clone the project, make sure to run `git submodule init` and `git submodule update` to get the correct discord.net version -Make sure you've read ComprehensiveGuide to get a grasp of basic config/credentials setup and then look at "Credentials and config" chapter. \ No newline at end of file +Make sure you've read ComprehensiveGuide to get a grasp of basic config/credentials setup and then look at "Credentials and config" chapter. diff --git a/docs/guides/dockerguide.md b/docs/guides/Docker Guide.md similarity index 100% rename from docs/guides/dockerguide.md rename to docs/guides/Docker Guide.md diff --git a/docs/guides/linuxguide.md b/docs/guides/Linux Guide.md similarity index 100% rename from docs/guides/linuxguide.md rename to docs/guides/Linux Guide.md diff --git a/docs/guides/OSX Guide.md b/docs/guides/OSX Guide.md new file mode 100644 index 00000000..759887bb --- /dev/null +++ b/docs/guides/OSX Guide.md @@ -0,0 +1 @@ +##MAC Guide diff --git a/docs/guides/comprehensiveguide.md b/docs/guides/Windows Guide.md similarity index 100% rename from docs/guides/comprehensiveguide.md rename to docs/guides/Windows Guide.md diff --git a/docs/guides/macguide.md b/docs/guides/macguide.md deleted file mode 100644 index 9b73a879..00000000 --- a/docs/guides/macguide.md +++ /dev/null @@ -1 +0,0 @@ -##MAC Guide \ No newline at end of file