Added Resizing back to the Map Chat bot and added an option to send rendered images to Discord via Discord Bridge chat bot.

This commit is contained in:
Milutinke 2022-10-21 20:25:48 +02:00
parent 3945d5631f
commit d8c9e1587b
4 changed files with 138 additions and 16 deletions

View file

@ -37,6 +37,7 @@
<PackageReference Include="DotNetZip" Version="1.16.0" />
<PackageReference Include="DSharpPlus" Version="4.2.0" />
<PackageReference Include="DynamicExpresso.Core" Version="2.13.0" />
<PackageReference Include="Magick.NET-Q16-AnyCPU" Version="12.2.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.3.1" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Microsoft.Windows.Compatibility" Version="6.0.0" />