Update AdministrationModule.cs

This commit is contained in:
miraai 2016-08-02 01:57:56 +02:00 committed by GitHub
parent 138b8ae7e9
commit d5001f8d90

View File

@ -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 () =>