Update TrelloModule.cs

This commit is contained in:
miraai 2016-08-02 02:15:29 +02:00 committed by GitHub
parent 70de5aca59
commit e8e6f3286c

View File

@ -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;