1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-05-06 14:06:29 +03:00

Tidy up project structure, fix bug with edit logging

Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
Octol1ttle 2023-07-09 21:49:47 +05:00
parent 2dd9f023ef
commit 507d5fd58f
Signed by: Octol1ttle
GPG key ID: B77C34313AEE1FFF
27 changed files with 178 additions and 175 deletions

View file

@ -23,8 +23,9 @@
<PackageReference Include="Humanizer.Core.ru" Version="2.14.1"/>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.1"/>
<PackageReference Include="Remora.Discord" Version="2023.3.0"/>
<EmbeddedResource Update="Messages.resx">
</ItemGroup>
<ItemGroup>
<EmbeddedResource Update="locale\Messages.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Messages.Designer.cs</LastGenOutput>
</EmbeddedResource>