From e8e6f3286c8e5372ddffd6f21b79b37955425e30 Mon Sep 17 00:00:00 2001 From: miraai Date: Tue, 2 Aug 2016 02:15:29 +0200 Subject: [PATCH] Update TrelloModule.cs --- NadekoBot/Modules/Trello/TrelloModule.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NadekoBot/Modules/Trello/TrelloModule.cs b/NadekoBot/Modules/Trello/TrelloModule.cs index 14938aca..527a2ed5 100644 --- a/NadekoBot/Modules/Trello/TrelloModule.cs +++ b/NadekoBot/Modules/Trello/TrelloModule.cs @@ -106,7 +106,7 @@ namespace NadekoBot.Modules.Trello cgb.CreateCommand(Prefix + "lists") .Alias(Prefix + "list") - .Description($"Lists all lists yo ;) | {Prefix}list") + .Description($"Lists all lists, yo ;) | `{Prefix}list`") .Do(async e => { if (!NadekoBot.IsOwner(e.User.Id)) return;