fixed saving actual donators' ID to database, not my own >.<
This commit is contained in:
parent
d62ff049fe
commit
beafacf469
@ -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. 👑");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user