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;