diff --git a/NadekoBot/Modules/Administration/AdministrationModule.cs b/NadekoBot/Modules/Administration/AdministrationModule.cs index 356f804f..24effe3a 100644 --- a/NadekoBot/Modules/Administration/AdministrationModule.cs +++ b/NadekoBot/Modules/Administration/AdministrationModule.cs @@ -72,9 +72,9 @@ namespace NadekoBot.Modules.Administration conf.AutoDeleteMessagesOnCommand = !conf.AutoDeleteMessagesOnCommand; await Classes.JSONModels.ConfigHandler.SaveConfig().ConfigureAwait(false); if (conf.AutoDeleteMessagesOnCommand) - await e.Channel.SendMessage("❗`Now automatically deleting successfull command invokations.`"); + await e.Channel.SendMessage("❗`Now automatically deleting successful command invokations.`"); else - await e.Channel.SendMessage("❗`Stopped automatic deletion of successfull command invokations.`"); + await e.Channel.SendMessage("❗`Stopped automatic deletion of successful command invokations.`"); }); diff --git a/README.md b/README.md index 7f57978b..68c18bbe 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ ![img](https://ci.appveyor.com/api/projects/status/gmu6b3ltc80hr3k9?svg=true) -[![Discord](https://discordapp.com/api/servers/117523346618318850/widget.png)](https://discord.gg/0ehQwTK2RBjAxzEY) +[![Discord](https://discordapp.com/api/guilds/117523346618318850/widget.png)](https://discord.gg/0ehQwTK2RBjAxzEY) [![Documentation Status](https://readthedocs.org/projects/nadekobot/badge/?version=latest)](http://nadekobot.readthedocs.io/en/latest/?badge=latest) # NadekoBot ## [Click here to invite Nadeko to your Discord server](https://discordapp.com/oauth2/authorize?client_id=170254782546575360&scope=bot&permissions=66186303) -## [Click here for a list of commands](https://github.com/Kwoth/NadekoBot/blob/master/commandlist.md) -## INSTRUCTIONS, FAQ ---> [Wiki](https://github.com/Kwoth/NadekoBot/wiki) +## [Click here for a list of commands](http://nadekobot.readthedocs.io/en/latest/Commands%20List/) +## Instructions, FAQ, other info ---> [Documentation](http://nadekobot.readthedocs.io/en/latest) You might want to join my discord server where i can provide help etc. https://discord.gg/0ehQwTK2RBjAxzEY