add datetime string to initial auth hash, add logging for discord commands, add file logger

This commit is contained in:
Stanley Dimant
2022-08-29 23:51:37 +02:00
parent 507c7cac11
commit 9c88f3cfcf
4 changed files with 15 additions and 1 deletions

View File

@@ -23,6 +23,7 @@
<PackageReference Include="Discord.Net" Version="3.7.2" />
<PackageReference Include="EFCore.NamingConventions" Version="6.0.0" />
<PackageReference Include="Grpc.AspNetCore" Version="2.47.0" />
<PackageReference Include="Karambolo.Extensions.Logging.File" Version="3.3.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.8" />
<PackageReference Include="Microsoft.Extensions.Hosting.Systemd" Version="6.0.0" />
<PackageReference Include="prometheus-net.AspNetCore" Version="6.0.0" />