mirror of
https://github.com/Brazmann/SuperMachoBot.git
synced 2024-12-22 13:16:41 +00:00
a
This commit is contained in:
parent
3bbbf3d1e3
commit
c99e56f53b
|
@ -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
|
||||
}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
userid|money|timesincelastdailyunixtimestamp
|
|
|
@ -1,10 +0,0 @@
|
|||
{
|
||||
"123": {
|
||||
"money": 45678,
|
||||
"lastDaily": 1644910152
|
||||
},
|
||||
"304033317513199617": {
|
||||
"money": 0,
|
||||
"lastDaily": 0
|
||||
}
|
||||
}
|
|
@ -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);
|
||||
}
|
||||
|
|
|
@ -18,6 +18,10 @@
|
|||
<Protobuf Include="**/*.proto" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Remove="EconomyDatabase\977270567881298021.json" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Update="Config\config.json">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
|
|
Loading…
Reference in a new issue