Update TrelloModule.cs
This commit is contained in:
parent
70de5aca59
commit
e8e6f3286c
@ -106,7 +106,7 @@ namespace NadekoBot.Modules.Trello
|
|||||||
|
|
||||||
cgb.CreateCommand(Prefix + "lists")
|
cgb.CreateCommand(Prefix + "lists")
|
||||||
.Alias(Prefix + "list")
|
.Alias(Prefix + "list")
|
||||||
.Description($"Lists all lists yo ;) | {Prefix}list")
|
.Description($"Lists all lists, yo ;) | `{Prefix}list`")
|
||||||
.Do(async e =>
|
.Do(async e =>
|
||||||
{
|
{
|
||||||
if (!NadekoBot.IsOwner(e.User.Id)) return;
|
if (!NadekoBot.IsOwner(e.User.Id)) return;
|
||||||
|
Loading…
Reference in New Issue
Block a user