From 06de3866781206c9bca6e2c9168260654de257b4 Mon Sep 17 00:00:00 2001 From: blitz4694 Date: Thu, 11 Aug 2016 11:38:28 +1000 Subject: [PATCH] Missed another bold thingy --- NadekoBot/Modules/Games/Commands/PollCommand.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NadekoBot/Modules/Games/Commands/PollCommand.cs b/NadekoBot/Modules/Games/Commands/PollCommand.cs index 785d5c5f..b7082803 100644 --- a/NadekoBot/Modules/Games/Commands/PollCommand.cs +++ b/NadekoBot/Modules/Games/Commands/PollCommand.cs @@ -18,7 +18,7 @@ namespace NadekoBot.Modules.Games.Commands internal override void Init(CommandGroupBuilder cgb) { cgb.CreateCommand(Module.Prefix + "poll") - .Description($"Creates a poll, only person who has manage server permission can do it. | `{Prefix}poll Question?;Answer1;Answ 2;A_3`") + .Description($"Creates a poll, only person who has manage server permission can do it. **Needs Manage Server Permissions**| `{Prefix}poll Question?;Answer1;Answ 2;A_3`") .Parameter("allargs", ParameterType.Unparsed) .Do(async e => { @@ -138,4 +138,4 @@ namespace NadekoBot.Modules.Games.Commands catch { } } } -} \ No newline at end of file +}