From c6351ea958f5f493c8d148b737083ae179efb9da Mon Sep 17 00:00:00 2001 From: Kwoth Date: Thu, 9 Feb 2017 17:09:11 +0100 Subject: [PATCH] Updated invite links --- docs/Frequently Asked Questions.md | 2 +- docs/index.md | 2 +- src/NadekoBot/Services/Database/Models/BotConfig.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Frequently Asked Questions.md b/docs/Frequently Asked Questions.md index 32d7a6e9..09eaafd7 100644 --- a/docs/Frequently Asked Questions.md +++ b/docs/Frequently Asked Questions.md @@ -19,7 +19,7 @@ ###Question 5: I have an issue/bug/suggestion, where do I put it so it gets noticed? ----------- -**Answer:** First, check [issues](https://github.com/Kwoth/NadekoBot/issues "GitHub NadekoBot Issues"), then check the `#suggestions` channel in the Nadeko [help server](https://discord.gg/0ehQwTK2RBjAxzEY). +**Answer:** First, check [issues](https://github.com/Kwoth/NadekoBot/issues "GitHub NadekoBot Issues"), then check the `#suggestions` channel in the Nadeko [help server](https://discord.gg/nadekobot). If your problem or suggestion is not there, feel free to request/notify us about it either in the Issues section of GitHub for issues or in the `#suggestions` channel on the Nadeko help server for suggestions. diff --git a/docs/index.md b/docs/index.md index c2dbfa0a..50909579 100644 --- a/docs/index.md +++ b/docs/index.md @@ -33,7 +33,7 @@ If you want to contribute, be sure to PR on the **[dev][dev]** branch. - [Donate](Donate.md) [img]: https://cdn.discordapp.com/attachments/202743183774318593/210580315381563392/discord.png -[NadekoBot Server]: https://discord.gg/0ehQwTK2RBjAxzEY +[NadekoBot Server]: https://discord.gg/nadekobot [GitHub]: https://github.com/Kwoth/NadekoBot [Issues]: https://github.com/Kwoth/NadekoBot/issues [dev]: https://github.com/Kwoth/NadekoBot/tree/dev diff --git a/src/NadekoBot/Services/Database/Models/BotConfig.cs b/src/NadekoBot/Services/Database/Models/BotConfig.cs index d96d4cc8..6b35e5f2 100644 --- a/src/NadekoBot/Services/Database/Models/BotConfig.cs +++ b/src/NadekoBot/Services/Database/Models/BotConfig.cs @@ -54,7 +54,7 @@ For a specific command help, use `{1}h CommandName` (for example {1}h !!q) -Nadeko Support Server: https://discord.gg/0ehQwTK2RBjAxzEY"; +Nadeko Support Server: https://discord.gg/nadekobot"; public int MigrationVersion { get; set; }