From b5fab7328bf93cc83dc98b5812d9e4dbf1b14d65 Mon Sep 17 00:00:00 2001 From: Master Kwoth Date: Sat, 2 Apr 2016 15:38:18 +0200 Subject: [PATCH] remind description added --- NadekoBot/Modules/Administration/Commands/Remind.cs | 4 ++++ commandlist.md | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/NadekoBot/Modules/Administration/Commands/Remind.cs b/NadekoBot/Modules/Administration/Commands/Remind.cs index be16f374..1c38edcd 100644 --- a/NadekoBot/Modules/Administration/Commands/Remind.cs +++ b/NadekoBot/Modules/Administration/Commands/Remind.cs @@ -74,6 +74,10 @@ namespace NadekoBot.Modules.Administration.Commands internal override void Init(CommandGroupBuilder cgb) { cgb.CreateCommand(Module.Prefix + "remind") + .Description("Sends a message to you or a channel after certain amount of time. " + + "First argument is me/here/'channelname'. Second argument is time in a descending order (mo>w>d>h>m) example: 1w5d3h10m. " + + "Third argument is a (multiword)message. " + + "\n**Usage**: `.remind me 1d5h Do something` or `.remind #general Start now!`") .Parameter("meorchannel", ParameterType.Required) .Parameter("time", ParameterType.Required) .Parameter("message", ParameterType.Unparsed) diff --git a/commandlist.md b/commandlist.md index 856f9b52..774c8f98 100644 --- a/commandlist.md +++ b/commandlist.md @@ -2,7 +2,7 @@ ######You can donate on paypal: `nadekodiscordbot@gmail.com` or Bitcoin `17MZz1JAqME39akMLrVT4XBPffQJ2n1EPa` #NadekoBot List Of Commands -Version: `NadekoBot v0.9.5936.20387` +Version: `NadekoBot v0.9.5936.28129` ### Administration Command and aliases | Description | Usage ----------------|--------------|------- @@ -31,7 +31,7 @@ Command and aliases | Description | Usage `.lsar` | Lits all self-assignable roles. `.iam` | Adds a role to you that you choose. Role must be on a list of self-assignable roles. | .iam Gamer `.iamn`, `.iamnot` | Removes a role to you that you choose. Role must be on a list of self-assignable roles. | .iamn Gamer -`.remind` | +`.remind` | Sends a message to you or a channel after certain amount of time. First argument is me/here/'channelname'. Second argument is time in a descending order (mo>w>d>h>m) example: 1w5d3h10m. Third argument is a (multiword)message. | `.remind me 1d5h Do something` or `.remind #general Start now!` `.sr`, `.setrole` | Sets a role for a given user. | .sr @User Guest `.rr`, `.removerole` | Removes a role from a given user. | .rr @User Admin `.r`, `.role`, `.cr` | Creates a role with a given name. | .r Awesome Role