From 97e03af966cb940cdb98c204eadd3d917b6ab3f9 Mon Sep 17 00:00:00 2001 From: cameron reuter Date: Wed, 27 Jul 2016 06:30:56 +1000 Subject: [PATCH] Usage i missed --- NadekoBot/Modules/Gambling/GamblingModule.cs | 2 +- NadekoBot/Modules/Music/MusicModule.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NadekoBot/Modules/Gambling/GamblingModule.cs b/NadekoBot/Modules/Gambling/GamblingModule.cs index 561e5260..c20dfcf1 100644 --- a/NadekoBot/Modules/Gambling/GamblingModule.cs +++ b/NadekoBot/Modules/Gambling/GamblingModule.cs @@ -61,7 +61,7 @@ namespace NadekoBot.Modules.Gambling }); cgb.CreateCommand(Prefix + "give") - .Description(string.Format("Give someone a certain amount of {0}s", NadekoBot.Config.CurrencyName)) + .Description(string.Format("Give someone a certain amount of {0}s", NadekoBot.Config.CurrencyName)+ $"|`{Prefix}give 1 \"@SomeGuy\"`") .Parameter("amount", ParameterType.Required) .Parameter("receiver", ParameterType.Unparsed) .Do(async e => diff --git a/NadekoBot/Modules/Music/MusicModule.cs b/NadekoBot/Modules/Music/MusicModule.cs index 24c2f82a..227cb0a6 100644 --- a/NadekoBot/Modules/Music/MusicModule.cs +++ b/NadekoBot/Modules/Music/MusicModule.cs @@ -713,7 +713,7 @@ namespace NadekoBot.Modules.Music }); cgb.CreateCommand(Prefix + "goto") - .Description($"Goes to a specific time in seconds in a song. | {Prefix}goto 30") + .Description($"Goes to a specific time in seconds in a song. | `{Prefix}goto 30`") .Parameter("time") .Do(async e => {