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,
|
Amount = amount,
|
||||||
UserName = donator.Name,
|
UserName = donator.Name,
|
||||||
UserId = (long)e.User.Id
|
UserId = (long)donator.Id
|
||||||
});
|
});
|
||||||
e.Channel.SendMessage("Successfuly added a new donator. 👑");
|
e.Channel.SendMessage("Successfuly added a new donator. 👑");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user