mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 01:38:27 -04:00
Final touches to the xp shop, added privacy-policy.md
This commit is contained in:
@@ -1355,7 +1355,8 @@ public class XpService : INService, IReadyExecutor, IExecNoCommand
|
||||
UserId = userId,
|
||||
IsUsing = false,
|
||||
ItemKey = key,
|
||||
ItemType = type
|
||||
ItemType = type,
|
||||
DateAdded = DateTime.UtcNow,
|
||||
});
|
||||
|
||||
return BuyResult.Success;
|
||||
|
Reference in New Issue
Block a user