feat: export guilds from old bot and import into new one

This commit is contained in:
sam 2024-10-24 23:35:44 +02:00
parent 301744dd4e
commit 9302ba200f
Signed by: sam
GPG key ID: 5F3C3C1B3166639D
10 changed files with 1326 additions and 0 deletions

View file

@ -0,0 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Catalogger.Backend\Catalogger.Backend.csproj" />
</ItemGroup>
</Project>