change: .hearthstone command will no longer show text

dev: removed html2markdown as it was only used for a fluff text of the hearthstone command
This commit is contained in:
Kwoth
2024-05-13 19:09:35 +00:00
parent f4b26c5b40
commit 869b9d3b9d
5 changed files with 10 additions and 12 deletions

View File

@@ -14,7 +14,7 @@
<PackageReference Include="Serilog" Version="3.1.1" />
<PackageReference Include="Serilog.Sinks.Console" Version="5.0.1" />
<PackageReference Include="Serilog.Sinks.File" Version="5.0.0" />
<PackageReference Include="YamlDotNet" Version="15.1.2" />
<PackageReference Include="YamlDotNet" Version="15.1.4" />
</ItemGroup>
</Project>