This commit is contained in:
2022-04-22 14:34:55 +03:00
parent 923d3109ba
commit aefd06e8eb
26 changed files with 368 additions and 287 deletions

View File

@@ -5,6 +5,12 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<FileAlignment>512</FileAlignment>
<DebugType>none</DebugType>
<DebugSymbols>false</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Discord.Net" Version="3.5.0" />
</ItemGroup>