fixed saving actual donators' ID to database, not my own >.<

This commit is contained in:
Master Kwoth 2016-05-02 20:11:20 +02:00
parent d62ff049fe
commit beafacf469

View File

@ -808,7 +808,7 @@ namespace NadekoBot.Modules.Administration
{
Amount = amount,
UserName = donator.Name,
UserId = (long)e.User.Id
UserId = (long)donator.Id
});
e.Channel.SendMessage("Successfuly added a new donator. 👑");
}