mirror of
https://github.com/yawaflua/PL_JusticeBot.git
synced 2025-12-10 04:19:31 +02:00
add notary module, utilities and server online in bot`s game
This commit is contained in:
@@ -26,8 +26,10 @@ namespace DiscordApp.Justice.Interactions
|
||||
return;
|
||||
}
|
||||
User spApplicant = await User.CreateUser(applicant.Applicant);
|
||||
var employees = new List<int>();
|
||||
employees.Add(applicant.Id);
|
||||
var employees = new List<int>
|
||||
{
|
||||
applicant.Id
|
||||
};
|
||||
|
||||
Bizness biznessDB = new()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user