From bdf32238100b7dd5eb5aac04ae667b1cc32bc54f Mon Sep 17 00:00:00 2001 From: blitz4694 Date: Tue, 26 Jul 2016 11:58:11 +1000 Subject: [PATCH] Update GamblingModule.cs --- NadekoBot/Modules/Gambling/GamblingModule.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NadekoBot/Modules/Gambling/GamblingModule.cs b/NadekoBot/Modules/Gambling/GamblingModule.cs index dca8e6e8..561e5260 100644 --- a/NadekoBot/Modules/Gambling/GamblingModule.cs +++ b/NadekoBot/Modules/Gambling/GamblingModule.cs @@ -115,7 +115,7 @@ namespace NadekoBot.Modules.Gambling }); cgb.CreateCommand(Prefix + "take") - .Description($"Takes a certain amount of flowers from someone. **Bot Owner Only!** | {Prefix}take 1 \"@someguy\"") + .Description($"Takes a certain amount of flowers from someone. **Bot Owner Only!** | `{Prefix}take 1 \"@someguy\"`") .AddCheck(SimpleCheckers.OwnerOnly()) .Parameter("amount", ParameterType.Required) .Parameter("rektperson", ParameterType.Unparsed)