This commit is contained in:
Brazman 2023-02-16 12:31:41 -06:00
parent 3bbbf3d1e3
commit c99e56f53b
5 changed files with 7 additions and 41 deletions

View File

@ -1,30 +0,0 @@
{
"304033317513199617": {
"money": 2480,
"lastDaily": 0
},
"305520963238494219": {
"money": 900,
"lastDaily": 0
},
"175964884784250887": {
"money": 0,
"lastDaily": 0
},
"315595591029751808": {
"money": 150,
"lastDaily": 0
},
"295717168694296577": {
"money": 0,
"lastDaily": 0
},
"747584541840900237": {
"money": 2148482648,
"lastDaily": 0
},
"692815026909741057": {
"money": 100,
"lastDaily": 0
}
}

View File

@ -1 +0,0 @@
userid|money|timesincelastdailyunixtimestamp
1 userid money timesincelastdailyunixtimestamp

View File

@ -1,10 +0,0 @@
{
"123": {
"money": 45678,
"lastDaily": 1644910152
},
"304033317513199617": {
"money": 0,
"lastDaily": 0
}
}

View File

@ -119,6 +119,9 @@ namespace SuperMachoBot
slash.RegisterCommands<EconomyCommands>();
EconomyCommands.jsonPath = configItems[0].EconomyDatabasePath;
Console.WriteLine(EconomyCommands.jsonPath);
Console.WriteLine(pinnedPath);
await discord.ConnectAsync();
await Task.Delay(-1);
}

View File

@ -18,6 +18,10 @@
<Protobuf Include="**/*.proto" />
</ItemGroup>
<ItemGroup>
<None Remove="EconomyDatabase\977270567881298021.json" />
</ItemGroup>
<ItemGroup>
<None Update="Config\config.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>