1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-05-19 20:24:18 +03:00

Remora.Discord part 1 out of ∞

Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
Octol1ttle 2023-05-16 00:11:11 +05:00
parent 02949656bf
commit 201a1ce079
Signed by: Octol1ttle
GPG key ID: B77C34313AEE1FFF
24 changed files with 141 additions and 1588 deletions

View file

@ -19,8 +19,20 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Discord.Net" Version="3.10.0"/>
<PackageReference Include="Humanizer.Core" Version="2.14.1" />
<PackageReference Include="Humanizer.Core.ru" Version="2.14.1" />
<PackageReference Include="Humanizer.Core.ru" Version="2.14.1"/>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0-preview.3.23174.8"/>
<PackageReference Include="Remora.Discord" Version="2023.3.0"/>
</ItemGroup>
<ItemGroup>
<Compile Remove="old\**"/>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Remove="old\**"/>
</ItemGroup>
<ItemGroup>
<None Remove="old\**"/>
</ItemGroup>
</Project>