updated -donate command

This commit is contained in:
Kwoth 2016-07-30 14:53:55 +02:00
parent 670a8ddf82
commit 9077eac7c7

View File

@ -107,12 +107,11 @@ Version: `{NadekoStats.Instance.BotVersion}`";
.Do(async e => .Do(async e =>
{ {
await e.Channel.SendMessage( await e.Channel.SendMessage(
$@"I've created a **paypal** email for nadeko, so if you wish to support the project, you can send your donations to `nadekodiscordbot@gmail.com` $@"You can support the project on patreon. <https://patreon.com/nadekobot> or
Don't forget to leave your discord name or id in the message, so that I can reward people who help out. You can send donations to `nadekodiscordbot@gmail.com`
You can join nadekobot server by typing {Module.Prefix}h and you will get an invite in a private message. Don't forget to leave your discord name or id in the message.
*If you want to support in some other way or on a different platform, please message me*" **Thank you** ").ConfigureAwait(false);
).ConfigureAwait(false);
}); });
} }