mirror of
https://github.com/yawaflua/PL_JusticeBot.git
synced 2025-12-10 12:29:31 +02:00
add base on map registration
This commit is contained in:
@@ -155,7 +155,7 @@ namespace DiscordApp.Justice.Interactions
|
||||
Supporter supporter;
|
||||
Random random = new();
|
||||
spworlds.Types.User spUser = await spworlds.Types.User.CreateUser(name);
|
||||
Root spUserData = await startup.getUserData(name);
|
||||
var spUserData = await startup.getUserData(name);
|
||||
DateTimeOffset toTime;
|
||||
DateOnly birthDate;
|
||||
int id;
|
||||
@@ -304,7 +304,7 @@ namespace DiscordApp.Justice.Interactions
|
||||
Supporter supporter;
|
||||
Random random = new();
|
||||
spworlds.Types.User spUser = await spworlds.Types.User.CreateUser(name);
|
||||
Root spUserData = await startup.getUserData(name);
|
||||
var spUserData = await startup.getUserData(name);
|
||||
DateTimeOffset toTime;
|
||||
DateOnly birthDate;
|
||||
int id = random.Next(00001, 99999);
|
||||
|
||||
Reference in New Issue
Block a user