Update AdministrationModule.cs
This commit is contained in:
parent
138b8ae7e9
commit
d5001f8d90
@ -815,7 +815,7 @@ namespace NadekoBot.Modules.Administration
|
||||
});
|
||||
|
||||
cgb.CreateCommand(Prefix + "donators")
|
||||
.Description("List of lovely people who donated to keep this project alive.")
|
||||
.Description("List of lovely people who donated to keep this project alive. | `{Prefix}donators`")
|
||||
.Do(async e =>
|
||||
{
|
||||
await Task.Run(async () =>
|
||||
|
Loading…
Reference in New Issue
Block a user