From 0ecb3c3a55ba7d4818eec5b58594c62b2f908df7 Mon Sep 17 00:00:00 2001 From: Kwoth Date: Thu, 4 Aug 2016 03:14:22 +0200 Subject: [PATCH 1/3] made newavatar usage smaller to fix the docs --- NadekoBot/Modules/Administration/AdministrationModule.cs | 2 +- docs/Commands List.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NadekoBot/Modules/Administration/AdministrationModule.cs b/NadekoBot/Modules/Administration/AdministrationModule.cs index 0c109597..b21d2f54 100644 --- a/NadekoBot/Modules/Administration/AdministrationModule.cs +++ b/NadekoBot/Modules/Administration/AdministrationModule.cs @@ -697,7 +697,7 @@ namespace NadekoBot.Modules.Administration cgb.CreateCommand(Prefix + "newavatar") .Alias(Prefix + "setavatar") - .Description($"Sets a new avatar image for the NadekoBot. Argument is a direct link to an image. **Bot Owner Only!** | `{Prefix}setavatar https://i.ytimg.com/vi/WDudkR1eTMM/maxresdefault.jpg`") + .Description($"Sets a new avatar image for the NadekoBot. Argument is a direct link to an image. **Bot Owner Only!** | `{Prefix}setavatar http://i.imgur.com/xTG3a1I.jpg`") .Parameter("img", ParameterType.Unparsed) .AddCheck(SimpleCheckers.OwnerOnly()) .Do(async e => diff --git a/docs/Commands List.md b/docs/Commands List.md index c85846e2..99993d9f 100644 --- a/docs/Commands List.md +++ b/docs/Commands List.md @@ -77,7 +77,7 @@ Needs Manage Roles and Manage Channels Permissions.** | `.cleanv+t` `.prune`, `.clr` | `.prune` removes all nadeko's messages in the last 100 messages.`.prune X` removes last X messages from the channel (up to 100)`.prune @Someone` removes all Someone's messages in the last 100 messages.`.prune @Someone X` removes last X 'Someone's' messages in the channel. | `.prune` or `.prune 5` or `.prune @Someone` or `.prune @Someone X` `.die` | Shuts the bot down and notifies users about the restart. **Bot Owner Only!** | `.die` `.setname`, `.newnm` | Give the bot a new name. **Bot Owner Only!** | .newnm BotName -`.newavatar`, `.setavatar` | Sets a new avatar image for the NadekoBot. Argument is a direct link to an image. **Bot Owner Only!** | `.setavatar https://i.ytimg.com/vi/WDudkR1eTMM/maxresdefault.jpg` +`.newavatar`, `.setavatar` | Sets a new avatar image for the NadekoBot. Argument is a direct link to an image. **Bot Owner Only!** | `.setavatar http://i.imgur.com/xTG3a1I.jpg` `.setgame` | Sets the bots game. **Bot Owner Only!** | `.setgame Playing with kwoth` `.send` | Send a message to someone on a different server through the bot. **Bot Owner Only!** | `.send sid|u:uid Hello user!` or `.send sid|c:cid Message to channel!` (cid = channel id, sid = server id) `.mentionrole`, `.menro` | Mentions every person from the provided role or roles (separated by a ',') on this server. Requires you to have mention everyone permission. | `.menro RoleName` From c3c515262aff0a20789556000173c8d185f8eebf Mon Sep 17 00:00:00 2001 From: miraai Date: Thu, 4 Aug 2016 03:18:27 +0200 Subject: [PATCH 2/3] better hearts --- docs/mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 3e470595..06140742 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -14,6 +14,6 @@ pages: - Custom Commands: Custom Reactions.md - Frequently Asked Questions: Frequently Asked Questions.md - Contribution Guide: Contribution Guide.md -- <3 Donate <3: Donate.md +- ❤ Donate ❤ Donate.md theme: readthedocs From 6a9eeb9b96060583ffa6d9330bc3f290656203fb Mon Sep 17 00:00:00 2001 From: miraai Date: Thu, 4 Aug 2016 03:19:01 +0200 Subject: [PATCH 3/3] Update index.md --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index abf0328f..969e1970 100644 --- a/docs/index.md +++ b/docs/index.md @@ -14,4 +14,4 @@ - [Custiom Reactions](Custom Reactions.md) - [Frequently Asked Questions](Frequently Asked Questions.md) - [Contribution Guide](Contribution Guide.md) -- [<3 Donate <3](Donate.md) +- [Donate](Donate.md)