Archived
Private
Public Access
1
0

Initial commit

This commit is contained in:
2022-09-04 12:23:26 +02:00
commit c7523c31a3
1063 changed files with 1448215 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
**/.dockerignore
**/.env
**/.git
**/.gitignore
**/.project
**/.settings
**/.toolstarget
**/.vs
**/.vscode
**/.idea
**/*.*proj.user
**/*.dbmdl
**/*.jfm
**/azds.yaml
**/bin
**/charts
**/docker-compose*
**/Dockerfile*
**/node_modules
**/npm-debug.log
**/obj
**/secrets.dev.yaml
**/values.dev.yaml
LICENSE
README.md

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectDictionaryState">
<dictionary name="leon" />
</component>
</project>

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="DiscordProjectSettings">
<option name="show" value="PROJECT_FILES" />
<option name="description" value="" />
</component>
</project>

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="Encoding" addBOMForNewFiles="with BOM under Windows, with no BOM otherwise" />
</project>

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="UserContentModel">
<attachedFolders />
<explicitIncludes />
<explicitExcludes />
</component>
</project>

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="RiderProjectSettingsUpdater">
<option name="vcsConfiguration" value="2" />
</component>
</project>

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$/../.." vcs="Git" />
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

View File

@@ -0,0 +1,201 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="AutoGeneratedRunConfigurationManager">
<projectFile>PrincepRPBot.csproj</projectFile>
</component>
<component name="ChangeListManager">
<list default="true" id="ba6f958c-b085-4c34-b618-b045d5eff600" name="Changes" comment="">
<change afterPath="$PROJECT_DIR$/../../C#/FiveM/CardealerClient/Menus/OwnerMenu.cs" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../C#/FiveM/CardealerClient/Menus/SellMenu.cs" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/.idea/.idea.Minecraft/.idea/.gitignore" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/.idea/.idea.Minecraft/.idea/dictionaries" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/.idea/.idea.Minecraft/.idea/discord.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/.idea/.idea.Minecraft/.idea/encodings.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/.idea/.idea.Minecraft/.idea/indexLayout.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/.idea/.idea.Minecraft/.idea/vcs.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Assets/Data.meta" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Assets/Data/Biomes.meta" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Assets/Data/Biomes/Default.asset" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Assets/Data/Biomes/Default.asset.meta" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Assets/Fonts.meta" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Assets/Fonts/MinecraftCHMC.ttf" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Assets/Fonts/MinecraftCHMC.ttf.meta" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Assets/Materials.meta" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Assets/Materials/Blocks.mat" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Assets/Materials/Blocks.mat.meta" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Assets/Materials/TransparentBlocks.mat" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Assets/Materials/TransparentBlocks.mat.meta" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Assets/Prefabs.meta" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Assets/Prefabs/ItemSlot.prefab" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Assets/Prefabs/ItemSlot.prefab.meta" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Assets/Scripts/Items.meta" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Assets/Scripts/Items/ItemStack.cs" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Assets/Scripts/Items/ItemStack.cs.meta" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Assets/Scripts/Noise.cs" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Assets/Scripts/Noise.cs.meta" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Assets/Scripts/StandartBlockShader.shader" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Assets/Scripts/StandartBlockShader.shader.meta" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Assets/Scripts/Terrain.meta" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Assets/Scripts/Terrain/BiomeAttributes.cs" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Assets/Scripts/Terrain/BiomeAttributes.cs.meta" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Assets/Scripts/Terrain/Chunk.cs" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Assets/Scripts/Terrain/Chunk.cs.meta" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Assets/Scripts/Terrain/Structure.cs" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Assets/Scripts/Terrain/Structure.cs.meta" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Assets/Scripts/Terrain/World.cs" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Assets/Scripts/Terrain/World.cs.meta" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Assets/Scripts/Terrain/WorldData.cs" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Assets/Scripts/Terrain/WorldData.cs.meta" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Assets/Scripts/UI.meta" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Assets/Scripts/UI/CreativeInventory.cs" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Assets/Scripts/UI/CreativeInventory.cs.meta" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Assets/Scripts/UI/DragAndDropHandler.cs" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Assets/Scripts/UI/DragAndDropHandler.cs.meta" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Assets/Scripts/UI/Toolbar.cs" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Assets/Scripts/UI/Toolbar.cs.meta" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Assets/Scripts/UI/UIItemSlot.cs" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Assets/Scripts/UI/UIItemSlot.cs.meta" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Assets/Scripts/User.meta" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Assets/Scripts/User/DebugScreen.cs" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Assets/Scripts/User/DebugScreen.cs.meta" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Assets/Scripts/User/Player.cs" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Assets/Scripts/User/Player.cs.meta" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Assets/Textures.meta" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Assets/Textures/BlockAtlas.png" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Assets/Textures/BlockAtlas.png.meta" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Assets/Textures/BlockIcons.png" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Assets/Textures/BlockIcons.png.meta" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Assets/Textures/ItemSlotBG.png" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Assets/Textures/ItemSlotBG.png.meta" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Assets/Textures/ReferenceTexture.png" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Assets/Textures/ReferenceTexture.png.meta" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Assets/Textures/ToolbarHighlight.png" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Assets/Textures/ToolbarHighlight.png.meta" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Assets/settings.json" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Assets/settings.json.meta" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Packages/Newtonsoft.Json.13.0.1/.signature.p7s" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Packages/Newtonsoft.Json.13.0.1/LICENSE.md" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Packages/Newtonsoft.Json.13.0.1/Newtonsoft.Json.13.0.1.nupkg" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Packages/Newtonsoft.Json.13.0.1/lib/net20/Newtonsoft.Json.dll" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Packages/Newtonsoft.Json.13.0.1/lib/net20/Newtonsoft.Json.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Packages/Newtonsoft.Json.13.0.1/lib/net35/Newtonsoft.Json.dll" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Packages/Newtonsoft.Json.13.0.1/lib/net35/Newtonsoft.Json.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Packages/Newtonsoft.Json.13.0.1/lib/net40/Newtonsoft.Json.dll" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Packages/Newtonsoft.Json.13.0.1/lib/net40/Newtonsoft.Json.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Packages/Newtonsoft.Json.13.0.1/lib/net45/Newtonsoft.Json.dll" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Packages/Newtonsoft.Json.13.0.1/lib/net45/Newtonsoft.Json.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Packages/Newtonsoft.Json.13.0.1/lib/netstandard1.0/Newtonsoft.Json.dll" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Packages/Newtonsoft.Json.13.0.1/lib/netstandard1.0/Newtonsoft.Json.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Packages/Newtonsoft.Json.13.0.1/lib/netstandard1.3/Newtonsoft.Json.dll" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Packages/Newtonsoft.Json.13.0.1/lib/netstandard1.3/Newtonsoft.Json.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Packages/Newtonsoft.Json.13.0.1/lib/netstandard2.0/Newtonsoft.Json.dll" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Packages/Newtonsoft.Json.13.0.1/lib/netstandard2.0/Newtonsoft.Json.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/Packages/Newtonsoft.Json.13.0.1/packageIcon.png" afterDir="false" />
<change afterPath="$PROJECT_DIR$/../../Unity/Minecraft/packages.config" afterDir="false" />
<change beforePath="$PROJECT_DIR$/../../C#/FiveM/CardealerClient/CardealerClient.csproj" beforeDir="false" afterPath="$PROJECT_DIR$/../../C#/FiveM/CardealerClient/CardealerClient.csproj" afterDir="false" />
<change beforePath="$PROJECT_DIR$/../../C#/FiveM/CardealerClient/Config.cs" beforeDir="false" afterPath="$PROJECT_DIR$/../../C#/FiveM/CardealerClient/Config.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/../../C#/FiveM/CardealerClient/Exhibits/DigitalExhibit.cs" beforeDir="false" afterPath="$PROJECT_DIR$/../../C#/FiveM/CardealerClient/Exhibits/DigitalExhibit.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/../../C#/FiveM/CardealerClient/Exhibits/ExhibitCar.cs" beforeDir="false" afterPath="$PROJECT_DIR$/../../C#/FiveM/CardealerClient/Exhibits/ExhibitCar.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/../../C#/FiveM/CardealerClient/Objects.cs" beforeDir="false" afterPath="$PROJECT_DIR$/../../C#/FiveM/CardealerClient/Objects.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/../../C#/FiveM/CardealerClient/Script.cs" beforeDir="false" afterPath="$PROJECT_DIR$/../../C#/FiveM/CardealerClient/CarDealer.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/../../C#/FiveM/CardealerClient/SellMenu.cs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/../../C#/FiveM/CardealerClient/bin/Release/CardealerClient.net.dll" beforeDir="false" afterPath="$PROJECT_DIR$/../../C#/FiveM/CardealerClient/bin/Release/CardealerClient.net.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/../../C#/FiveM/CardealerClient/bin/Release/CardealerClient.net.pdb" beforeDir="false" afterPath="$PROJECT_DIR$/../../C#/FiveM/CardealerClient/bin/Release/CardealerClient.net.pdb" afterDir="false" />
<change beforePath="$PROJECT_DIR$/../../C#/FiveM/CardealerClient/obj/Release/CardealerClient.csproj.AssemblyReference.cache" beforeDir="false" afterPath="$PROJECT_DIR$/../../C#/FiveM/CardealerClient/obj/Release/CardealerClient.csproj.AssemblyReference.cache" afterDir="false" />
<change beforePath="$PROJECT_DIR$/../../C#/FiveM/CardealerClient/obj/Release/CardealerClient.csproj.CoreCompileInputs.cache" beforeDir="false" afterPath="$PROJECT_DIR$/../../C#/FiveM/CardealerClient/obj/Release/CardealerClient.csproj.CoreCompileInputs.cache" afterDir="false" />
<change beforePath="$PROJECT_DIR$/../../C#/FiveM/CardealerClient/obj/Release/CardealerClient.net.dll" beforeDir="false" afterPath="$PROJECT_DIR$/../../C#/FiveM/CardealerClient/obj/Release/CardealerClient.net.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/../../C#/FiveM/CardealerClient/obj/Release/CardealerClient.net.pdb" beforeDir="false" afterPath="$PROJECT_DIR$/../../C#/FiveM/CardealerClient/obj/Release/CardealerClient.net.pdb" afterDir="false" />
<change beforePath="$PROJECT_DIR$/../../C#/PrincepRPBot/.dockerignore" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/../../C#/PrincepRPBot/.gitignore" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/../../C#/PrincepRPBot/.idea/.idea.PrincepRPBot/.idea/.gitignore" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/../../C#/PrincepRPBot/.idea/.idea.PrincepRPBot/.idea/discord.xml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/../../C#/PrincepRPBot/.idea/.idea.PrincepRPBot/.idea/encodings.xml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/../../C#/PrincepRPBot/.idea/.idea.PrincepRPBot/.idea/indexLayout.xml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/../../C#/PrincepRPBot/.idea/.idea.PrincepRPBot/.idea/vcs.xml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/../../C#/PrincepRPBot/Dockerfile" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/../../C#/PrincepRPBot/PrincepRPBot.csproj" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/../../C#/PrincepRPBot/PrincepRPBot.sln" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/../../C#/PrincepRPBot/Program.cs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/../../C#/PrincepRPBot/global.json" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/../../C#/WebDesktopUpdater" beforeDir="false" afterPath="$PROJECT_DIR$/../../C#/WebDesktopUpdater" afterDir="false" />
<change beforePath="$PROJECT_DIR$/../../Projekte/WebDesktop" beforeDir="false" afterPath="$PROJECT_DIR$/../../Projekte/WebDesktop" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
<option name="LAST_RESOLUTION" value="IGNORE" />
</component>
<component name="Git.Settings">
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
</component>
<component name="ProjectId" id="27cq1axGStinq4OWntnl4bfM2oU" />
<component name="ProjectLevelVcsManager" settingsEditedManually="true">
<ConfirmationsSetting value="2" id="Add" />
</component>
<component name="ProjectViewState">
<option name="hideEmptyMiddlePackages" value="true" />
<option name="showLibraryContents" value="true" />
</component>
<component name="PropertiesComponent">
<property name="ASKED_ADD_EXTERNAL_FILES" value="true" />
<property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
<property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
<property name="WebServerToolWindowFactoryState" value="false" />
<property name="nodejs_package_manager_path" value="npm" />
<property name="settings.editor.selected.configurable" value="reference.settings.ide.settings.spelling" />
<property name="vue.rearranger.settings.migration" value="true" />
</component>
<component name="RunManager">
<configuration name="PrincepRPBot" type="DotNetProject" factoryName=".NET Project">
<option name="EXE_PATH" value="" />
<option name="PROGRAM_PARAMETERS" value="" />
<option name="WORKING_DIRECTORY" value="" />
<option name="PASS_PARENT_ENVS" value="1" />
<option name="USE_EXTERNAL_CONSOLE" value="0" />
<option name="USE_MONO" value="0" />
<option name="RUNTIME_ARGUMENTS" value="" />
<option name="PROJECT_PATH" value="$PROJECT_DIR$/PrincepRPBot.csproj" />
<option name="PROJECT_EXE_PATH_TRACKING" value="1" />
<option name="PROJECT_ARGUMENTS_TRACKING" value="1" />
<option name="PROJECT_WORKING_DIRECTORY_TRACKING" value="1" />
<option name="PROJECT_KIND" value="DotNetCore" />
<option name="PROJECT_TFM" value="" />
<method v="2">
<option name="Build" />
</method>
</configuration>
</component>
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="21" Folder0="D:\Spelling\de-DE" Folder1="D:\Spelling\de-DE" Folder2="D:\Spelling\de-DE" Folder3="D:\Spelling\de-DE" Folder4="D:\Spelling\de-DE" Folder5="D:\Spelling\de-DE" Folder6="D:\Spelling\de-DE" Folder7="D:\Spelling\de-DE" Folder8="D:\Spelling\de-DE" Folder9="D:\Spelling\de-DE" Folder10="D:\Spelling\de-DE" Folder11="D:\Spelling\de-DE" Folder12="D:\Spelling\de-DE" Folder13="D:\Spelling\de-DE" Folder14="D:\Spelling\de-DE" Folder15="D:\Spelling\de-DE" Folder16="D:\Spelling\de-DE" Folder17="D:\Spelling\de-DE" Folder18="D:\Spelling\de-DE" Folder19="D:\Spelling\de-DE" Folder20="D:\Spelling\de-DE" CustomDictionaries="21" CustomDictionary0="D:\Spelling\de-DE\abkuerzungen.dic" CustomDictionary1="D:\Spelling\de-DE\astronomie.dic" CustomDictionary2="D:\Spelling\de-DE\biologie.dic" CustomDictionary3="D:\Spelling\de-DE\chemie.dic" CustomDictionary4="D:\Spelling\de-DE\computer.dic" CustomDictionary5="D:\Spelling\de-DE\de_alt.dic" CustomDictionary6="D:\Spelling\de-DE\de_neu.dic" CustomDictionary7="D:\Spelling\de-DE\elektronic.dic" CustomDictionary8="D:\Spelling\de-DE\geographie.dic" CustomDictionary9="D:\Spelling\de-DE\geologie.dic" CustomDictionary10="D:\Spelling\de-DE\informatik.dic" CustomDictionary11="D:\Spelling\de-DE\mathematik.dic" CustomDictionary12="D:\Spelling\de-DE\medizin.dic" CustomDictionary13="D:\Spelling\de-DE\namen.dic" CustomDictionary14="D:\Spelling\de-DE\organisationen.dic" CustomDictionary15="D:\Spelling\de-DE\physik.dic" CustomDictionary16="D:\Spelling\de-DE\recht.dic" CustomDictionary17="D:\Spelling\de-DE\remove.dic" CustomDictionary18="D:\Spelling\de-DE\tex_de.dic" CustomDictionary19="D:\Spelling\de-DE\vornamen.dic" CustomDictionary20="D:\Spelling\de-DE\wirtschaft.dic" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
<component name="TaskManager">
<task active="true" id="Default" summary="Default task">
<changelist id="ba6f958c-b085-4c34-b618-b045d5eff600" name="Changes" comment="" />
<created>1649629507579</created>
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1649629507579</updated>
<workItem from="1649629522283" duration="988000" />
</task>
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
<option name="version" value="3" />
</component>
<component name="UnityCheckinConfiguration" checkUnsavedScenes="true" />
<component name="UnityProjectConfiguration" hasMinimizedUI="null" />
<component name="UnityUnitTestConfiguration" currentTestLauncher="NUnit" />
<component name="Vcs.Log.Tabs.Properties">
<option name="TAB_STATES">
<map>
<entry key="MAIN">
<value>
<State />
</value>
</entry>
</map>
</option>
</component>
<component name="VcsManagerConfiguration">
<option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" />
<option name="CLEAR_INITIAL_COMMIT_MESSAGE" value="true" />
</component>
</project>

18
PrincepRPBot/Dockerfile Normal file
View File

@@ -0,0 +1,18 @@
FROM mcr.microsoft.com/dotnet/runtime:5.0 AS base
WORKDIR /app
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS build
WORKDIR /src
COPY ["PrincepRPBot.csproj", "./"]
RUN dotnet restore "PrincepRPBot.csproj"
COPY . .
WORKDIR "/src/"
RUN dotnet build "PrincepRPBot.csproj" -c Release -o /app/build
FROM build AS publish
RUN dotnet publish "PrincepRPBot.csproj" -c Release -o /app/publish
FROM base AS final
WORKDIR /app
COPY --from=publish /app/publish .
ENTRYPOINT ["dotnet", "PrincepRPBot.dll"]

View File

@@ -0,0 +1,18 @@
using System.Threading.Tasks;
using Discord.Commands;
namespace PrincepRPBot.Modules {
public class Commands : ModuleBase<SocketCommandContext> {
[Command("ping")]
public async Task Ping() {
await ReplyAsync("Pong!");
}
[Command("penis")]
public async Task Penis() {
await ReplyAsync("Fotze");
}
}
}

View File

@@ -0,0 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Discord.Net" Version="3.5.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="6.0.0" />
</ItemGroup>
</Project>

View File

@@ -0,0 +1,16 @@
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PrincepRPBot", "PrincepRPBot.csproj", "{3640222F-8501-4520-B0B8-FD7C15E8A1F4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3640222F-8501-4520-B0B8-FD7C15E8A1F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3640222F-8501-4520-B0B8-FD7C15E8A1F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3640222F-8501-4520-B0B8-FD7C15E8A1F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3640222F-8501-4520-B0B8-FD7C15E8A1F4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal

99
PrincepRPBot/Program.cs Normal file
View File

@@ -0,0 +1,99 @@
using System;
using System.Linq;
using System.Net;
using System.Reflection;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using Discord.WebSocket;
using Microsoft.Extensions.DependencyInjection;
namespace PrincepRPBot {
class Program {
private DiscordSocketClient _client;
private CommandService _commands;
private IServiceProvider _services;
public static void Main(string[] args) => new Program().RunBotAsync().GetAwaiter().GetResult();
public async Task RunBotAsync() {
_client = new DiscordSocketClient();
_commands = new CommandService();
_services = new ServiceCollection()
.AddSingleton(_client)
.AddSingleton(_commands)
.BuildServiceProvider();
_client.Log += async message => Console.WriteLine(message);
await RegisterCommandsAsync();
await _client.LoginAsync(TokenType.Bot, "OTQyODU0ODUzNDQzNjA0NTEx.YgqkAg.qDCfmSyewDMbXcyjXrONPNzEbaA");
await _client.StartAsync();
var source = new TaskCompletionSource<object>();
_client.Ready += () => {
source.TrySetResult(null);
return Task.CompletedTask;
};
await source.Task;
await _client.SetGameAsync("PrincepRP");
await UpdateOnlineStatus();
}
private async Task UpdateOnlineStatus() {
SocketGuild server = _client.Guilds.First();
SocketTextChannel updateChannel = server.GetTextChannel(962831793147486248);
while (true) {
string channelName;
if (IsServerOnline())
channelName = "Online";
else
channelName = "Offline";
await updateChannel.ModifyAsync(props => props.Name = channelName);
await Task.Delay(TimeSpan.FromMinutes(5));
}
}
private async Task RegisterCommandsAsync() {
_client.MessageReceived += HandleCommandAsync;
await _commands.AddModulesAsync(Assembly.GetEntryAssembly(), _services);
}
private async Task HandleCommandAsync(SocketMessage arg) {
var message = arg as SocketUserMessage;
if (message is null || message.Author.IsBot) return;
var context = new SocketCommandContext(_client, message);
int argPos = 0;
if (message.HasStringPrefix("!", ref argPos) || message.HasMentionPrefix(_client.CurrentUser, ref argPos)) {
var result = await _commands.ExecuteAsync(context, argPos, _services);
if (!result.IsSuccess) {
Console.WriteLine(result.ErrorReason);
}
}
}
private bool IsServerOnline() {
HttpWebRequest request = (HttpWebRequest) WebRequest.Create("https://api.princep.de/info.json");
request.Timeout = 15000;
request.Method = "HEAD";
try
{
using (HttpWebResponse response = (HttpWebResponse) request.GetResponse())
{
return response.StatusCode == HttpStatusCode.OK;
}
}
catch (WebException)
{
return false;
}
}
}
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,402 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v5.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v5.0": {
"PrincepRPBot/1.0.0": {
"dependencies": {
"Discord.Net": "3.5.0",
"Microsoft.Extensions.Logging": "6.0.0"
},
"runtime": {
"PrincepRPBot.dll": {}
}
},
"Discord.Net/3.5.0": {
"dependencies": {
"Discord.Net.Commands": "3.5.0",
"Discord.Net.Core": "3.5.0",
"Discord.Net.Interactions": "3.5.0",
"Discord.Net.Rest": "3.5.0",
"Discord.Net.WebSocket": "3.5.0",
"Discord.Net.Webhook": "3.5.0"
}
},
"Discord.Net.Commands/3.5.0": {
"dependencies": {
"Discord.Net.Core": "3.5.0"
},
"runtime": {
"lib/net5.0/Discord.Net.Commands.dll": {
"assemblyVersion": "3.5.0.0",
"fileVersion": "3.5.0.0"
}
}
},
"Discord.Net.Core/3.5.0": {
"dependencies": {
"Newtonsoft.Json": "13.0.1",
"System.Collections.Immutable": "5.0.0",
"System.Interactive.Async": "5.0.0",
"System.ValueTuple": "4.5.0"
},
"runtime": {
"lib/net5.0/Discord.Net.Core.dll": {
"assemblyVersion": "3.5.0.0",
"fileVersion": "3.5.0.0"
}
}
},
"Discord.Net.Interactions/3.5.0": {
"dependencies": {
"Discord.Net.Core": "3.5.0",
"Discord.Net.Rest": "3.5.0",
"Discord.Net.WebSocket": "3.5.0",
"Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
"System.Collections.Immutable": "5.0.0",
"System.Reactive": "5.0.0"
},
"runtime": {
"lib/net5.0/Discord.Net.Interactions.dll": {
"assemblyVersion": "3.5.0.0",
"fileVersion": "3.5.0.0"
}
}
},
"Discord.Net.Rest/3.5.0": {
"dependencies": {
"Discord.Net.Core": "3.5.0"
},
"runtime": {
"lib/net5.0/Discord.Net.Rest.dll": {
"assemblyVersion": "3.5.0.0",
"fileVersion": "3.5.0.0"
}
}
},
"Discord.Net.Webhook/3.5.0": {
"dependencies": {
"Discord.Net.Core": "3.5.0",
"Discord.Net.Rest": "3.5.0"
},
"runtime": {
"lib/net5.0/Discord.Net.Webhook.dll": {
"assemblyVersion": "3.5.0.0",
"fileVersion": "3.5.0.0"
}
}
},
"Discord.Net.WebSocket/3.5.0": {
"dependencies": {
"Discord.Net.Core": "3.5.0",
"Discord.Net.Rest": "3.5.0"
},
"runtime": {
"lib/net5.0/Discord.Net.WebSocket.dll": {
"assemblyVersion": "3.5.0.0",
"fileVersion": "3.5.0.0"
}
}
},
"Microsoft.Extensions.DependencyInjection/6.0.0": {
"dependencies": {
"Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
},
"runtime": {
"lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll": {
"assemblyVersion": "6.0.0.0",
"fileVersion": "6.0.21.52210"
}
}
},
"Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
"runtime": {
"lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"assemblyVersion": "6.0.0.0",
"fileVersion": "6.0.21.52210"
}
}
},
"Microsoft.Extensions.Logging/6.0.0": {
"dependencies": {
"Microsoft.Extensions.DependencyInjection": "6.0.0",
"Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
"Microsoft.Extensions.Logging.Abstractions": "6.0.0",
"Microsoft.Extensions.Options": "6.0.0",
"System.Diagnostics.DiagnosticSource": "6.0.0"
},
"runtime": {
"lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
"assemblyVersion": "6.0.0.0",
"fileVersion": "6.0.21.52210"
}
}
},
"Microsoft.Extensions.Logging.Abstractions/6.0.0": {
"dependencies": {
"System.Buffers": "4.5.1",
"System.Memory": "4.5.4"
},
"runtime": {
"lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"assemblyVersion": "6.0.0.0",
"fileVersion": "6.0.21.52210"
}
}
},
"Microsoft.Extensions.Options/6.0.0": {
"dependencies": {
"Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
"Microsoft.Extensions.Primitives": "6.0.0"
},
"runtime": {
"lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
"assemblyVersion": "6.0.0.0",
"fileVersion": "6.0.21.52210"
}
}
},
"Microsoft.Extensions.Primitives/6.0.0": {
"dependencies": {
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
},
"runtime": {
"lib/netcoreapp3.1/Microsoft.Extensions.Primitives.dll": {
"assemblyVersion": "6.0.0.0",
"fileVersion": "6.0.21.52210"
}
}
},
"Newtonsoft.Json/13.0.1": {
"runtime": {
"lib/netstandard2.0/Newtonsoft.Json.dll": {
"assemblyVersion": "13.0.0.0",
"fileVersion": "13.0.1.25517"
}
}
},
"System.Buffers/4.5.1": {},
"System.Collections.Immutable/5.0.0": {},
"System.Diagnostics.DiagnosticSource/6.0.0": {
"dependencies": {
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
},
"runtime": {
"lib/net5.0/System.Diagnostics.DiagnosticSource.dll": {
"assemblyVersion": "6.0.0.0",
"fileVersion": "6.0.21.52210"
}
}
},
"System.Interactive.Async/5.0.0": {
"dependencies": {
"System.Linq.Async": "5.0.0"
},
"runtime": {
"lib/netcoreapp3.1/System.Interactive.Async.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.0.1"
}
}
},
"System.Linq.Async/5.0.0": {
"runtime": {
"lib/netcoreapp3.1/System.Linq.Async.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.0.1"
}
}
},
"System.Memory/4.5.4": {},
"System.Reactive/5.0.0": {
"runtime": {
"lib/net5.0/System.Reactive.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.0.1"
}
}
},
"System.Runtime.CompilerServices.Unsafe/6.0.0": {
"runtime": {
"lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.dll": {
"assemblyVersion": "6.0.0.0",
"fileVersion": "6.0.21.52210"
}
}
},
"System.ValueTuple/4.5.0": {}
}
},
"libraries": {
"PrincepRPBot/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Discord.Net/3.5.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-IUtexpvogudb1rllKBWkIEpBVQoToMjtVo81KPkt+gNMe7KtRDcZJgcn6+72viMtyw0e95OJPXFV5VEA/n2OQQ==",
"path": "discord.net/3.5.0",
"hashPath": "discord.net.3.5.0.nupkg.sha512"
},
"Discord.Net.Commands/3.5.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-ClTv8aiTlitvS48YatRiTLvgE2f2uKgmHNPVBIuvJBHZO2u4bZCzoN1fid+pZn2sbVOkt8uftlLGzz5DSZlFIA==",
"path": "discord.net.commands/3.5.0",
"hashPath": "discord.net.commands.3.5.0.nupkg.sha512"
},
"Discord.Net.Core/3.5.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-rCzzaznMVQ+bLMxOpYwTyqm9V22kMy6BxlQisSxemHZDe2Jedz3Clp/a0dToACLz+Dlp3u+jYUfCBnTz7L6f4g==",
"path": "discord.net.core/3.5.0",
"hashPath": "discord.net.core.3.5.0.nupkg.sha512"
},
"Discord.Net.Interactions/3.5.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-wE9+V9DJ7r+1s4euOi4sGPIAt4sD7r+Tk5s9mrlbLCHVQTK4KllAvcrL25bPFI38FuFceREEzFoRlTrekSyB2Q==",
"path": "discord.net.interactions/3.5.0",
"hashPath": "discord.net.interactions.3.5.0.nupkg.sha512"
},
"Discord.Net.Rest/3.5.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-BnTdLFuuQsKvCv08VQrD4X1Hw2Xp+MELIRQiDiKfG01IiQlRTN+1gc3LB1zXgn5xBvC0HXjHxwV22GrMD9uKHQ==",
"path": "discord.net.rest/3.5.0",
"hashPath": "discord.net.rest.3.5.0.nupkg.sha512"
},
"Discord.Net.Webhook/3.5.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-vCIGZS+m88sQDuFmdbUqg+2RIXS/NJWx8ei3MX+ZEYiAvOkDgQfkIlEnU1NKpds6ivTt5GFlv6UzcWubb5VJ1w==",
"path": "discord.net.webhook/3.5.0",
"hashPath": "discord.net.webhook.3.5.0.nupkg.sha512"
},
"Discord.Net.WebSocket/3.5.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-LjBOvcP40vJ+dhOtBDi8haEeblPAKpAIqR04NBzTM1/0RVavJZH89ovfSQIk42ygkiOaDV4E2x0Mmh6DRoIYcw==",
"path": "discord.net.websocket/3.5.0",
"hashPath": "discord.net.websocket.3.5.0.nupkg.sha512"
},
"Microsoft.Extensions.DependencyInjection/6.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-k6PWQMuoBDGGHOQTtyois2u4AwyVcIwL2LaSLlTZQm2CYcJ1pxbt6jfAnpWmzENA/wfrYRI/X9DTLoUkE4AsLw==",
"path": "microsoft.extensions.dependencyinjection/6.0.0",
"hashPath": "microsoft.extensions.dependencyinjection.6.0.0.nupkg.sha512"
},
"Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-xlzi2IYREJH3/m6+lUrQlujzX8wDitm4QGnUu6kUXTQAWPuZY8i+ticFJbzfqaetLA6KR/rO6Ew/HuYD+bxifg==",
"path": "microsoft.extensions.dependencyinjection.abstractions/6.0.0",
"hashPath": "microsoft.extensions.dependencyinjection.abstractions.6.0.0.nupkg.sha512"
},
"Microsoft.Extensions.Logging/6.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-eIbyj40QDg1NDz0HBW0S5f3wrLVnKWnDJ/JtZ+yJDFnDj90VoPuoPmFkeaXrtu+0cKm5GRAwoDf+dBWXK0TUdg==",
"path": "microsoft.extensions.logging/6.0.0",
"hashPath": "microsoft.extensions.logging.6.0.0.nupkg.sha512"
},
"Microsoft.Extensions.Logging.Abstractions/6.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-/HggWBbTwy8TgebGSX5DBZ24ndhzi93sHUBDvP1IxbZD7FDokYzdAr6+vbWGjw2XAfR2EJ1sfKUotpjHnFWPxA==",
"path": "microsoft.extensions.logging.abstractions/6.0.0",
"hashPath": "microsoft.extensions.logging.abstractions.6.0.0.nupkg.sha512"
},
"Microsoft.Extensions.Options/6.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-dzXN0+V1AyjOe2xcJ86Qbo233KHuLEY0njf/P2Kw8SfJU+d45HNS2ctJdnEnrWbM9Ye2eFgaC5Mj9otRMU6IsQ==",
"path": "microsoft.extensions.options/6.0.0",
"hashPath": "microsoft.extensions.options.6.0.0.nupkg.sha512"
},
"Microsoft.Extensions.Primitives/6.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-9+PnzmQFfEFNR9J2aDTfJGGupShHjOuGw4VUv+JB044biSHrnmCIMD+mJHmb2H7YryrfBEXDurxQ47gJZdCKNQ==",
"path": "microsoft.extensions.primitives/6.0.0",
"hashPath": "microsoft.extensions.primitives.6.0.0.nupkg.sha512"
},
"Newtonsoft.Json/13.0.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==",
"path": "newtonsoft.json/13.0.1",
"hashPath": "newtonsoft.json.13.0.1.nupkg.sha512"
},
"System.Buffers/4.5.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==",
"path": "system.buffers/4.5.1",
"hashPath": "system.buffers.4.5.1.nupkg.sha512"
},
"System.Collections.Immutable/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-FXkLXiK0sVVewcso0imKQoOxjoPAj42R8HtjjbSjVPAzwDfzoyoznWxgA3c38LDbN9SJux1xXoXYAhz98j7r2g==",
"path": "system.collections.immutable/5.0.0",
"hashPath": "system.collections.immutable.5.0.0.nupkg.sha512"
},
"System.Diagnostics.DiagnosticSource/6.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==",
"path": "system.diagnostics.diagnosticsource/6.0.0",
"hashPath": "system.diagnostics.diagnosticsource.6.0.0.nupkg.sha512"
},
"System.Interactive.Async/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-QaqhQVDiULcu4vm6o89+iP329HcK44cETHOYgy/jfEjtzeFy0ZxmuM7nel9ocjnKxEM4yh1mli7hgh8Q9o+/Iw==",
"path": "system.interactive.async/5.0.0",
"hashPath": "system.interactive.async.5.0.0.nupkg.sha512"
},
"System.Linq.Async/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-cPtIuuH8TIjVHSi2ewwReWGW1PfChPE0LxPIDlfwVcLuTM9GANFTXiMB7k3aC4sk3f0cQU25LNKzx+jZMxijqw==",
"path": "system.linq.async/5.0.0",
"hashPath": "system.linq.async.5.0.0.nupkg.sha512"
},
"System.Memory/4.5.4": {
"type": "package",
"serviceable": true,
"sha512": "sha512-1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==",
"path": "system.memory/4.5.4",
"hashPath": "system.memory.4.5.4.nupkg.sha512"
},
"System.Reactive/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==",
"path": "system.reactive/5.0.0",
"hashPath": "system.reactive.5.0.0.nupkg.sha512"
},
"System.Runtime.CompilerServices.Unsafe/6.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
"path": "system.runtime.compilerservices.unsafe/6.0.0",
"hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512"
},
"System.ValueTuple/4.5.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==",
"path": "system.valuetuple/4.5.0",
"hashPath": "system.valuetuple.4.5.0.nupkg.sha512"
}
}
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,9 @@
{
"runtimeOptions": {
"additionalProbingPaths": [
"C:\\Users\\leon\\.dotnet\\store\\|arch|\\|tfm|",
"C:\\Users\\leon\\.nuget\\packages",
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
]
}
}

View File

@@ -0,0 +1,9 @@
{
"runtimeOptions": {
"tfm": "net5.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "5.0.0"
}
}
}

Binary file not shown.

Binary file not shown.

7
PrincepRPBot/global.json Normal file
View File

@@ -0,0 +1,7 @@
{
"sdk": {
"version": "5.0",
"rollForward": "latestMajor",
"allowPrerelease": false
}
}

View File

@@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")]

View File

@@ -0,0 +1,22 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("PrincepRPBot")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("PrincepRPBot")]
[assembly: System.Reflection.AssemblyTitleAttribute("PrincepRPBot")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Von der MSBuild WriteCodeFragment-Klasse generiert.

View File

@@ -0,0 +1 @@
cc7ec3041c525988eedeb956cf8d7b70459bf6e4

View File

@@ -0,0 +1,10 @@
is_global = true
build_property.TargetFramework = net5.0
build_property.TargetPlatformMinVersion =
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = PrincepRPBot
build_property.ProjectDir = D:\Programmierstuff\FiveM\PrincepRPBot\

View File

@@ -0,0 +1 @@
63d32f9fd8e554b9f8a463049245a1286bf23027

View File

@@ -0,0 +1,35 @@
D:\Programmierstuff\FiveM\PrincepRPBot\bin\Debug\net5.0\PrincepRPBot.exe
D:\Programmierstuff\FiveM\PrincepRPBot\bin\Debug\net5.0\PrincepRPBot.deps.json
D:\Programmierstuff\FiveM\PrincepRPBot\bin\Debug\net5.0\PrincepRPBot.runtimeconfig.json
D:\Programmierstuff\FiveM\PrincepRPBot\bin\Debug\net5.0\PrincepRPBot.runtimeconfig.dev.json
D:\Programmierstuff\FiveM\PrincepRPBot\bin\Debug\net5.0\PrincepRPBot.dll
D:\Programmierstuff\FiveM\PrincepRPBot\bin\Debug\net5.0\PrincepRPBot.pdb
D:\Programmierstuff\FiveM\PrincepRPBot\bin\Debug\net5.0\Discord.Net.Commands.dll
D:\Programmierstuff\FiveM\PrincepRPBot\bin\Debug\net5.0\Discord.Net.Core.dll
D:\Programmierstuff\FiveM\PrincepRPBot\bin\Debug\net5.0\Discord.Net.Interactions.dll
D:\Programmierstuff\FiveM\PrincepRPBot\bin\Debug\net5.0\Discord.Net.Rest.dll
D:\Programmierstuff\FiveM\PrincepRPBot\bin\Debug\net5.0\Discord.Net.Webhook.dll
D:\Programmierstuff\FiveM\PrincepRPBot\bin\Debug\net5.0\Discord.Net.WebSocket.dll
D:\Programmierstuff\FiveM\PrincepRPBot\bin\Debug\net5.0\Microsoft.Extensions.DependencyInjection.dll
D:\Programmierstuff\FiveM\PrincepRPBot\bin\Debug\net5.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll
D:\Programmierstuff\FiveM\PrincepRPBot\bin\Debug\net5.0\Microsoft.Extensions.Logging.dll
D:\Programmierstuff\FiveM\PrincepRPBot\bin\Debug\net5.0\Microsoft.Extensions.Logging.Abstractions.dll
D:\Programmierstuff\FiveM\PrincepRPBot\bin\Debug\net5.0\Microsoft.Extensions.Options.dll
D:\Programmierstuff\FiveM\PrincepRPBot\bin\Debug\net5.0\Microsoft.Extensions.Primitives.dll
D:\Programmierstuff\FiveM\PrincepRPBot\bin\Debug\net5.0\Newtonsoft.Json.dll
D:\Programmierstuff\FiveM\PrincepRPBot\bin\Debug\net5.0\System.Diagnostics.DiagnosticSource.dll
D:\Programmierstuff\FiveM\PrincepRPBot\bin\Debug\net5.0\System.Interactive.Async.dll
D:\Programmierstuff\FiveM\PrincepRPBot\bin\Debug\net5.0\System.Linq.Async.dll
D:\Programmierstuff\FiveM\PrincepRPBot\bin\Debug\net5.0\System.Reactive.dll
D:\Programmierstuff\FiveM\PrincepRPBot\bin\Debug\net5.0\System.Runtime.CompilerServices.Unsafe.dll
D:\Programmierstuff\FiveM\PrincepRPBot\obj\Debug\net5.0\PrincepRPBot.csproj.AssemblyReference.cache
D:\Programmierstuff\FiveM\PrincepRPBot\obj\Debug\net5.0\PrincepRPBot.GeneratedMSBuildEditorConfig.editorconfig
D:\Programmierstuff\FiveM\PrincepRPBot\obj\Debug\net5.0\PrincepRPBot.AssemblyInfoInputs.cache
D:\Programmierstuff\FiveM\PrincepRPBot\obj\Debug\net5.0\PrincepRPBot.AssemblyInfo.cs
D:\Programmierstuff\FiveM\PrincepRPBot\obj\Debug\net5.0\PrincepRPBot.csproj.CoreCompileInputs.cache
D:\Programmierstuff\FiveM\PrincepRPBot\obj\Debug\net5.0\PrincepRPBot.csproj.CopyComplete
D:\Programmierstuff\FiveM\PrincepRPBot\obj\Debug\net5.0\PrincepRPBot.dll
D:\Programmierstuff\FiveM\PrincepRPBot\obj\Debug\net5.0\refint\PrincepRPBot.dll
D:\Programmierstuff\FiveM\PrincepRPBot\obj\Debug\net5.0\PrincepRPBot.pdb
D:\Programmierstuff\FiveM\PrincepRPBot\obj\Debug\net5.0\PrincepRPBot.genruntimeconfig.cache
D:\Programmierstuff\FiveM\PrincepRPBot\obj\Debug\net5.0\ref\PrincepRPBot.dll

Binary file not shown.

View File

@@ -0,0 +1 @@
32590aaa42cd08ce6009d5248a78b3f2bb8c6cca

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,76 @@
{
"format": 1,
"restore": {
"D:\\Programmierstuff\\FiveM\\PrincepRPBot\\PrincepRPBot.csproj": {}
},
"projects": {
"D:\\Programmierstuff\\FiveM\\PrincepRPBot\\PrincepRPBot.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "D:\\Programmierstuff\\FiveM\\PrincepRPBot\\PrincepRPBot.csproj",
"projectName": "PrincepRPBot",
"projectPath": "D:\\Programmierstuff\\FiveM\\PrincepRPBot\\PrincepRPBot.csproj",
"packagesPath": "C:\\Users\\leon\\.nuget\\packages\\",
"outputPath": "D:\\Programmierstuff\\FiveM\\PrincepRPBot\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
],
"configFilePaths": [
"C:\\Users\\leon\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
],
"originalTargetFrameworks": [
"net5.0"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net5.0": {
"targetAlias": "net5.0",
"projectReferences": {}
}
},
"warningProperties": {
"warnAsError": [
"NU1605"
]
}
},
"frameworks": {
"net5.0": {
"targetAlias": "net5.0",
"dependencies": {
"Discord.Net": {
"target": "Package",
"version": "[3.5.0, )"
},
"Microsoft.Extensions.Logging": {
"target": "Package",
"version": "[6.0.0, )"
}
},
"imports": [
"net461",
"net462",
"net47",
"net471",
"net472",
"net48"
],
"assetTargetFallback": true,
"warn": true,
"frameworkReferences": {
"Microsoft.NETCore.App": {
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.201\\RuntimeIdentifierGraph.json"
}
}
}
}
}

View File

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\leon\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.10.0</NuGetToolVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="C:\Users\leon\.nuget\packages\" />
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
</ItemGroup>
<PropertyGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
</PropertyGroup>
</Project>

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
</PropertyGroup>
</Project>

View File

@@ -0,0 +1,953 @@
{
"version": 3,
"targets": {
"net5.0": {
"Discord.Net/3.5.0": {
"type": "package",
"dependencies": {
"Discord.Net.Commands": "3.5.0",
"Discord.Net.Core": "3.5.0",
"Discord.Net.Interactions": "3.5.0",
"Discord.Net.Rest": "3.5.0",
"Discord.Net.WebSocket": "3.5.0",
"Discord.Net.Webhook": "3.5.0"
}
},
"Discord.Net.Commands/3.5.0": {
"type": "package",
"dependencies": {
"Discord.Net.Core": "3.5.0"
},
"compile": {
"lib/net5.0/Discord.Net.Commands.dll": {}
},
"runtime": {
"lib/net5.0/Discord.Net.Commands.dll": {}
}
},
"Discord.Net.Core/3.5.0": {
"type": "package",
"dependencies": {
"Newtonsoft.Json": "13.0.1",
"System.Collections.Immutable": "5.0.0",
"System.Interactive.Async": "5.0.0",
"System.ValueTuple": "4.5.0"
},
"compile": {
"lib/net5.0/Discord.Net.Core.dll": {}
},
"runtime": {
"lib/net5.0/Discord.Net.Core.dll": {}
}
},
"Discord.Net.Interactions/3.5.0": {
"type": "package",
"dependencies": {
"Discord.Net.Core": "3.5.0",
"Discord.Net.Rest": "3.5.0",
"Discord.Net.WebSocket": "3.5.0",
"Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0",
"System.Collections.Immutable": "5.0.0",
"System.Reactive": "5.0.0"
},
"compile": {
"lib/net5.0/Discord.Net.Interactions.dll": {}
},
"runtime": {
"lib/net5.0/Discord.Net.Interactions.dll": {}
}
},
"Discord.Net.Rest/3.5.0": {
"type": "package",
"dependencies": {
"Discord.Net.Core": "3.5.0"
},
"compile": {
"lib/net5.0/Discord.Net.Rest.dll": {}
},
"runtime": {
"lib/net5.0/Discord.Net.Rest.dll": {}
}
},
"Discord.Net.Webhook/3.5.0": {
"type": "package",
"dependencies": {
"Discord.Net.Core": "3.5.0",
"Discord.Net.Rest": "3.5.0"
},
"compile": {
"lib/net5.0/Discord.Net.Webhook.dll": {}
},
"runtime": {
"lib/net5.0/Discord.Net.Webhook.dll": {}
}
},
"Discord.Net.WebSocket/3.5.0": {
"type": "package",
"dependencies": {
"Discord.Net.Core": "3.5.0",
"Discord.Net.Rest": "3.5.0"
},
"compile": {
"lib/net5.0/Discord.Net.WebSocket.dll": {}
},
"runtime": {
"lib/net5.0/Discord.Net.WebSocket.dll": {}
}
},
"Microsoft.Extensions.DependencyInjection/6.0.0": {
"type": "package",
"dependencies": {
"Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
},
"compile": {
"lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll": {}
},
"runtime": {
"lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll": {}
},
"build": {
"buildTransitive/netcoreapp3.1/_._": {}
}
},
"Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
"type": "package",
"compile": {
"lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {}
},
"runtime": {
"lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {}
},
"build": {
"buildTransitive/netcoreapp3.1/_._": {}
}
},
"Microsoft.Extensions.Logging/6.0.0": {
"type": "package",
"dependencies": {
"Microsoft.Extensions.DependencyInjection": "6.0.0",
"Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
"Microsoft.Extensions.Logging.Abstractions": "6.0.0",
"Microsoft.Extensions.Options": "6.0.0",
"System.Diagnostics.DiagnosticSource": "6.0.0"
},
"compile": {
"lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {}
},
"runtime": {
"lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {}
}
},
"Microsoft.Extensions.Logging.Abstractions/6.0.0": {
"type": "package",
"dependencies": {
"System.Buffers": "4.5.1",
"System.Memory": "4.5.4"
},
"compile": {
"lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {}
},
"runtime": {
"lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {}
},
"build": {
"buildTransitive/netcoreapp3.1/_._": {}
}
},
"Microsoft.Extensions.Options/6.0.0": {
"type": "package",
"dependencies": {
"Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
"Microsoft.Extensions.Primitives": "6.0.0"
},
"compile": {
"lib/netstandard2.1/Microsoft.Extensions.Options.dll": {}
},
"runtime": {
"lib/netstandard2.1/Microsoft.Extensions.Options.dll": {}
}
},
"Microsoft.Extensions.Primitives/6.0.0": {
"type": "package",
"dependencies": {
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
},
"compile": {
"lib/netcoreapp3.1/Microsoft.Extensions.Primitives.dll": {}
},
"runtime": {
"lib/netcoreapp3.1/Microsoft.Extensions.Primitives.dll": {}
},
"build": {
"buildTransitive/netcoreapp3.1/_._": {}
}
},
"Newtonsoft.Json/13.0.1": {
"type": "package",
"compile": {
"lib/netstandard2.0/Newtonsoft.Json.dll": {}
},
"runtime": {
"lib/netstandard2.0/Newtonsoft.Json.dll": {}
}
},
"System.Buffers/4.5.1": {
"type": "package",
"compile": {
"ref/netcoreapp2.0/_._": {}
},
"runtime": {
"lib/netcoreapp2.0/_._": {}
}
},
"System.Collections.Immutable/5.0.0": {
"type": "package",
"compile": {
"lib/netstandard2.0/System.Collections.Immutable.dll": {}
},
"runtime": {
"lib/netstandard2.0/System.Collections.Immutable.dll": {}
}
},
"System.Diagnostics.DiagnosticSource/6.0.0": {
"type": "package",
"dependencies": {
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
},
"compile": {
"lib/net5.0/System.Diagnostics.DiagnosticSource.dll": {}
},
"runtime": {
"lib/net5.0/System.Diagnostics.DiagnosticSource.dll": {}
},
"build": {
"buildTransitive/netcoreapp3.1/_._": {}
}
},
"System.Interactive.Async/5.0.0": {
"type": "package",
"dependencies": {
"System.Linq.Async": "5.0.0"
},
"compile": {
"lib/netcoreapp3.1/System.Interactive.Async.dll": {}
},
"runtime": {
"lib/netcoreapp3.1/System.Interactive.Async.dll": {}
}
},
"System.Linq.Async/5.0.0": {
"type": "package",
"compile": {
"ref/netcoreapp3.1/System.Linq.Async.dll": {}
},
"runtime": {
"lib/netcoreapp3.1/System.Linq.Async.dll": {}
}
},
"System.Memory/4.5.4": {
"type": "package",
"compile": {
"ref/netcoreapp2.1/_._": {}
},
"runtime": {
"lib/netcoreapp2.1/_._": {}
}
},
"System.Reactive/5.0.0": {
"type": "package",
"compile": {
"lib/net5.0/System.Reactive.dll": {}
},
"runtime": {
"lib/net5.0/System.Reactive.dll": {}
},
"build": {
"buildTransitive/net5.0/_._": {}
}
},
"System.Runtime.CompilerServices.Unsafe/6.0.0": {
"type": "package",
"compile": {
"lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.dll": {}
},
"runtime": {
"lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.dll": {}
},
"build": {
"buildTransitive/netcoreapp3.1/_._": {}
}
},
"System.ValueTuple/4.5.0": {
"type": "package",
"compile": {
"ref/netcoreapp2.0/_._": {}
},
"runtime": {
"lib/netcoreapp2.0/_._": {}
}
}
}
},
"libraries": {
"Discord.Net/3.5.0": {
"sha512": "IUtexpvogudb1rllKBWkIEpBVQoToMjtVo81KPkt+gNMe7KtRDcZJgcn6+72viMtyw0e95OJPXFV5VEA/n2OQQ==",
"type": "package",
"path": "discord.net/3.5.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"discord.net.3.5.0.nupkg.sha512",
"discord.net.nuspec"
]
},
"Discord.Net.Commands/3.5.0": {
"sha512": "ClTv8aiTlitvS48YatRiTLvgE2f2uKgmHNPVBIuvJBHZO2u4bZCzoN1fid+pZn2sbVOkt8uftlLGzz5DSZlFIA==",
"type": "package",
"path": "discord.net.commands/3.5.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"discord.net.commands.3.5.0.nupkg.sha512",
"discord.net.commands.nuspec",
"lib/net461/Discord.Net.Commands.dll",
"lib/net461/Discord.Net.Commands.xml",
"lib/net5.0/Discord.Net.Commands.dll",
"lib/net5.0/Discord.Net.Commands.xml",
"lib/net6.0/Discord.Net.Commands.dll",
"lib/net6.0/Discord.Net.Commands.xml",
"lib/netstandard2.0/Discord.Net.Commands.dll",
"lib/netstandard2.0/Discord.Net.Commands.xml",
"lib/netstandard2.1/Discord.Net.Commands.dll",
"lib/netstandard2.1/Discord.Net.Commands.xml"
]
},
"Discord.Net.Core/3.5.0": {
"sha512": "rCzzaznMVQ+bLMxOpYwTyqm9V22kMy6BxlQisSxemHZDe2Jedz3Clp/a0dToACLz+Dlp3u+jYUfCBnTz7L6f4g==",
"type": "package",
"path": "discord.net.core/3.5.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"discord.net.core.3.5.0.nupkg.sha512",
"discord.net.core.nuspec",
"lib/net461/Discord.Net.Core.dll",
"lib/net461/Discord.Net.Core.xml",
"lib/net5.0/Discord.Net.Core.dll",
"lib/net5.0/Discord.Net.Core.xml",
"lib/net6.0/Discord.Net.Core.dll",
"lib/net6.0/Discord.Net.Core.xml",
"lib/netstandard2.0/Discord.Net.Core.dll",
"lib/netstandard2.0/Discord.Net.Core.xml",
"lib/netstandard2.1/Discord.Net.Core.dll",
"lib/netstandard2.1/Discord.Net.Core.xml"
]
},
"Discord.Net.Interactions/3.5.0": {
"sha512": "wE9+V9DJ7r+1s4euOi4sGPIAt4sD7r+Tk5s9mrlbLCHVQTK4KllAvcrL25bPFI38FuFceREEzFoRlTrekSyB2Q==",
"type": "package",
"path": "discord.net.interactions/3.5.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"discord.net.interactions.3.5.0.nupkg.sha512",
"discord.net.interactions.nuspec",
"lib/net461/Discord.Net.Interactions.dll",
"lib/net461/Discord.Net.Interactions.xml",
"lib/net5.0/Discord.Net.Interactions.dll",
"lib/net5.0/Discord.Net.Interactions.xml",
"lib/net6.0/Discord.Net.Interactions.dll",
"lib/net6.0/Discord.Net.Interactions.xml",
"lib/netstandard2.0/Discord.Net.Interactions.dll",
"lib/netstandard2.0/Discord.Net.Interactions.xml",
"lib/netstandard2.1/Discord.Net.Interactions.dll",
"lib/netstandard2.1/Discord.Net.Interactions.xml"
]
},
"Discord.Net.Rest/3.5.0": {
"sha512": "BnTdLFuuQsKvCv08VQrD4X1Hw2Xp+MELIRQiDiKfG01IiQlRTN+1gc3LB1zXgn5xBvC0HXjHxwV22GrMD9uKHQ==",
"type": "package",
"path": "discord.net.rest/3.5.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"discord.net.rest.3.5.0.nupkg.sha512",
"discord.net.rest.nuspec",
"lib/net461/Discord.Net.Rest.dll",
"lib/net461/Discord.Net.Rest.xml",
"lib/net5.0/Discord.Net.Rest.dll",
"lib/net5.0/Discord.Net.Rest.xml",
"lib/net6.0/Discord.Net.Rest.dll",
"lib/net6.0/Discord.Net.Rest.xml",
"lib/netstandard2.0/Discord.Net.Rest.dll",
"lib/netstandard2.0/Discord.Net.Rest.xml",
"lib/netstandard2.1/Discord.Net.Rest.dll",
"lib/netstandard2.1/Discord.Net.Rest.xml"
]
},
"Discord.Net.Webhook/3.5.0": {
"sha512": "vCIGZS+m88sQDuFmdbUqg+2RIXS/NJWx8ei3MX+ZEYiAvOkDgQfkIlEnU1NKpds6ivTt5GFlv6UzcWubb5VJ1w==",
"type": "package",
"path": "discord.net.webhook/3.5.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"discord.net.webhook.3.5.0.nupkg.sha512",
"discord.net.webhook.nuspec",
"lib/net5.0/Discord.Net.Webhook.dll",
"lib/net5.0/Discord.Net.Webhook.xml",
"lib/net6.0/Discord.Net.Webhook.dll",
"lib/net6.0/Discord.Net.Webhook.xml",
"lib/netstandard2.0/Discord.Net.Webhook.dll",
"lib/netstandard2.0/Discord.Net.Webhook.xml",
"lib/netstandard2.1/Discord.Net.Webhook.dll",
"lib/netstandard2.1/Discord.Net.Webhook.xml"
]
},
"Discord.Net.WebSocket/3.5.0": {
"sha512": "LjBOvcP40vJ+dhOtBDi8haEeblPAKpAIqR04NBzTM1/0RVavJZH89ovfSQIk42ygkiOaDV4E2x0Mmh6DRoIYcw==",
"type": "package",
"path": "discord.net.websocket/3.5.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"discord.net.websocket.3.5.0.nupkg.sha512",
"discord.net.websocket.nuspec",
"lib/net461/Discord.Net.WebSocket.dll",
"lib/net461/Discord.Net.WebSocket.xml",
"lib/net5.0/Discord.Net.WebSocket.dll",
"lib/net5.0/Discord.Net.WebSocket.xml",
"lib/net6.0/Discord.Net.WebSocket.dll",
"lib/net6.0/Discord.Net.WebSocket.xml",
"lib/netstandard2.0/Discord.Net.WebSocket.dll",
"lib/netstandard2.0/Discord.Net.WebSocket.xml",
"lib/netstandard2.1/Discord.Net.WebSocket.dll",
"lib/netstandard2.1/Discord.Net.WebSocket.xml"
]
},
"Microsoft.Extensions.DependencyInjection/6.0.0": {
"sha512": "k6PWQMuoBDGGHOQTtyois2u4AwyVcIwL2LaSLlTZQm2CYcJ1pxbt6jfAnpWmzENA/wfrYRI/X9DTLoUkE4AsLw==",
"type": "package",
"path": "microsoft.extensions.dependencyinjection/6.0.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"Icon.png",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.targets",
"buildTransitive/netcoreapp3.1/_._",
"lib/net461/Microsoft.Extensions.DependencyInjection.dll",
"lib/net461/Microsoft.Extensions.DependencyInjection.xml",
"lib/net6.0/Microsoft.Extensions.DependencyInjection.dll",
"lib/net6.0/Microsoft.Extensions.DependencyInjection.xml",
"lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll",
"lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml",
"lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll",
"lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml",
"microsoft.extensions.dependencyinjection.6.0.0.nupkg.sha512",
"microsoft.extensions.dependencyinjection.nuspec",
"useSharedDesignerContext.txt"
]
},
"Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
"sha512": "xlzi2IYREJH3/m6+lUrQlujzX8wDitm4QGnUu6kUXTQAWPuZY8i+ticFJbzfqaetLA6KR/rO6Ew/HuYD+bxifg==",
"type": "package",
"path": "microsoft.extensions.dependencyinjection.abstractions/6.0.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"Icon.png",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.Abstractions.targets",
"buildTransitive/netcoreapp3.1/_._",
"lib/net461/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
"lib/net461/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
"lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
"lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
"lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
"lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
"lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
"lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
"microsoft.extensions.dependencyinjection.abstractions.6.0.0.nupkg.sha512",
"microsoft.extensions.dependencyinjection.abstractions.nuspec",
"useSharedDesignerContext.txt"
]
},
"Microsoft.Extensions.Logging/6.0.0": {
"sha512": "eIbyj40QDg1NDz0HBW0S5f3wrLVnKWnDJ/JtZ+yJDFnDj90VoPuoPmFkeaXrtu+0cKm5GRAwoDf+dBWXK0TUdg==",
"type": "package",
"path": "microsoft.extensions.logging/6.0.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"Icon.png",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"lib/net461/Microsoft.Extensions.Logging.dll",
"lib/net461/Microsoft.Extensions.Logging.xml",
"lib/netstandard2.0/Microsoft.Extensions.Logging.dll",
"lib/netstandard2.0/Microsoft.Extensions.Logging.xml",
"lib/netstandard2.1/Microsoft.Extensions.Logging.dll",
"lib/netstandard2.1/Microsoft.Extensions.Logging.xml",
"microsoft.extensions.logging.6.0.0.nupkg.sha512",
"microsoft.extensions.logging.nuspec",
"useSharedDesignerContext.txt"
]
},
"Microsoft.Extensions.Logging.Abstractions/6.0.0": {
"sha512": "/HggWBbTwy8TgebGSX5DBZ24ndhzi93sHUBDvP1IxbZD7FDokYzdAr6+vbWGjw2XAfR2EJ1sfKUotpjHnFWPxA==",
"type": "package",
"path": "microsoft.extensions.logging.abstractions/6.0.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"Icon.png",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"analyzers/dotnet/roslyn3.11/cs/Microsoft.Extensions.Logging.Generators.dll",
"analyzers/dotnet/roslyn3.11/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll",
"analyzers/dotnet/roslyn3.11/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll",
"analyzers/dotnet/roslyn3.11/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll",
"analyzers/dotnet/roslyn3.11/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll",
"analyzers/dotnet/roslyn3.11/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll",
"analyzers/dotnet/roslyn3.11/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll",
"analyzers/dotnet/roslyn3.11/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll",
"analyzers/dotnet/roslyn3.11/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll",
"analyzers/dotnet/roslyn3.11/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll",
"analyzers/dotnet/roslyn3.11/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll",
"analyzers/dotnet/roslyn3.11/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll",
"analyzers/dotnet/roslyn3.11/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll",
"analyzers/dotnet/roslyn3.11/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll",
"analyzers/dotnet/roslyn4.0/cs/Microsoft.Extensions.Logging.Generators.dll",
"analyzers/dotnet/roslyn4.0/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll",
"analyzers/dotnet/roslyn4.0/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll",
"analyzers/dotnet/roslyn4.0/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll",
"analyzers/dotnet/roslyn4.0/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll",
"analyzers/dotnet/roslyn4.0/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll",
"analyzers/dotnet/roslyn4.0/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll",
"analyzers/dotnet/roslyn4.0/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll",
"analyzers/dotnet/roslyn4.0/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll",
"analyzers/dotnet/roslyn4.0/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll",
"analyzers/dotnet/roslyn4.0/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll",
"analyzers/dotnet/roslyn4.0/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll",
"analyzers/dotnet/roslyn4.0/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll",
"analyzers/dotnet/roslyn4.0/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll",
"build/Microsoft.Extensions.Logging.Abstractions.targets",
"buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Abstractions.targets",
"buildTransitive/netcoreapp3.1/_._",
"lib/net461/Microsoft.Extensions.Logging.Abstractions.dll",
"lib/net461/Microsoft.Extensions.Logging.Abstractions.xml",
"lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll",
"lib/net6.0/Microsoft.Extensions.Logging.Abstractions.xml",
"lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll",
"lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.xml",
"microsoft.extensions.logging.abstractions.6.0.0.nupkg.sha512",
"microsoft.extensions.logging.abstractions.nuspec",
"useSharedDesignerContext.txt"
]
},
"Microsoft.Extensions.Options/6.0.0": {
"sha512": "dzXN0+V1AyjOe2xcJ86Qbo233KHuLEY0njf/P2Kw8SfJU+d45HNS2ctJdnEnrWbM9Ye2eFgaC5Mj9otRMU6IsQ==",
"type": "package",
"path": "microsoft.extensions.options/6.0.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"Icon.png",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"lib/net461/Microsoft.Extensions.Options.dll",
"lib/net461/Microsoft.Extensions.Options.xml",
"lib/netstandard2.0/Microsoft.Extensions.Options.dll",
"lib/netstandard2.0/Microsoft.Extensions.Options.xml",
"lib/netstandard2.1/Microsoft.Extensions.Options.dll",
"lib/netstandard2.1/Microsoft.Extensions.Options.xml",
"microsoft.extensions.options.6.0.0.nupkg.sha512",
"microsoft.extensions.options.nuspec",
"useSharedDesignerContext.txt"
]
},
"Microsoft.Extensions.Primitives/6.0.0": {
"sha512": "9+PnzmQFfEFNR9J2aDTfJGGupShHjOuGw4VUv+JB044biSHrnmCIMD+mJHmb2H7YryrfBEXDurxQ47gJZdCKNQ==",
"type": "package",
"path": "microsoft.extensions.primitives/6.0.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"Icon.png",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"buildTransitive/netcoreapp2.0/Microsoft.Extensions.Primitives.targets",
"buildTransitive/netcoreapp3.1/_._",
"lib/net461/Microsoft.Extensions.Primitives.dll",
"lib/net461/Microsoft.Extensions.Primitives.xml",
"lib/net6.0/Microsoft.Extensions.Primitives.dll",
"lib/net6.0/Microsoft.Extensions.Primitives.xml",
"lib/netcoreapp3.1/Microsoft.Extensions.Primitives.dll",
"lib/netcoreapp3.1/Microsoft.Extensions.Primitives.xml",
"lib/netstandard2.0/Microsoft.Extensions.Primitives.dll",
"lib/netstandard2.0/Microsoft.Extensions.Primitives.xml",
"microsoft.extensions.primitives.6.0.0.nupkg.sha512",
"microsoft.extensions.primitives.nuspec",
"useSharedDesignerContext.txt"
]
},
"Newtonsoft.Json/13.0.1": {
"sha512": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==",
"type": "package",
"path": "newtonsoft.json/13.0.1",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
"lib/net20/Newtonsoft.Json.dll",
"lib/net20/Newtonsoft.Json.xml",
"lib/net35/Newtonsoft.Json.dll",
"lib/net35/Newtonsoft.Json.xml",
"lib/net40/Newtonsoft.Json.dll",
"lib/net40/Newtonsoft.Json.xml",
"lib/net45/Newtonsoft.Json.dll",
"lib/net45/Newtonsoft.Json.xml",
"lib/netstandard1.0/Newtonsoft.Json.dll",
"lib/netstandard1.0/Newtonsoft.Json.xml",
"lib/netstandard1.3/Newtonsoft.Json.dll",
"lib/netstandard1.3/Newtonsoft.Json.xml",
"lib/netstandard2.0/Newtonsoft.Json.dll",
"lib/netstandard2.0/Newtonsoft.Json.xml",
"newtonsoft.json.13.0.1.nupkg.sha512",
"newtonsoft.json.nuspec",
"packageIcon.png"
]
},
"System.Buffers/4.5.1": {
"sha512": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==",
"type": "package",
"path": "system.buffers/4.5.1",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"lib/net461/System.Buffers.dll",
"lib/net461/System.Buffers.xml",
"lib/netcoreapp2.0/_._",
"lib/netstandard1.1/System.Buffers.dll",
"lib/netstandard1.1/System.Buffers.xml",
"lib/netstandard2.0/System.Buffers.dll",
"lib/netstandard2.0/System.Buffers.xml",
"lib/uap10.0.16299/_._",
"ref/net45/System.Buffers.dll",
"ref/net45/System.Buffers.xml",
"ref/netcoreapp2.0/_._",
"ref/netstandard1.1/System.Buffers.dll",
"ref/netstandard1.1/System.Buffers.xml",
"ref/netstandard2.0/System.Buffers.dll",
"ref/netstandard2.0/System.Buffers.xml",
"ref/uap10.0.16299/_._",
"system.buffers.4.5.1.nupkg.sha512",
"system.buffers.nuspec",
"useSharedDesignerContext.txt",
"version.txt"
]
},
"System.Collections.Immutable/5.0.0": {
"sha512": "FXkLXiK0sVVewcso0imKQoOxjoPAj42R8HtjjbSjVPAzwDfzoyoznWxgA3c38LDbN9SJux1xXoXYAhz98j7r2g==",
"type": "package",
"path": "system.collections.immutable/5.0.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"Icon.png",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"lib/net461/System.Collections.Immutable.dll",
"lib/net461/System.Collections.Immutable.xml",
"lib/netstandard1.0/System.Collections.Immutable.dll",
"lib/netstandard1.0/System.Collections.Immutable.xml",
"lib/netstandard1.3/System.Collections.Immutable.dll",
"lib/netstandard1.3/System.Collections.Immutable.xml",
"lib/netstandard2.0/System.Collections.Immutable.dll",
"lib/netstandard2.0/System.Collections.Immutable.xml",
"lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll",
"lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml",
"system.collections.immutable.5.0.0.nupkg.sha512",
"system.collections.immutable.nuspec",
"useSharedDesignerContext.txt",
"version.txt"
]
},
"System.Diagnostics.DiagnosticSource/6.0.0": {
"sha512": "frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==",
"type": "package",
"path": "system.diagnostics.diagnosticsource/6.0.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"Icon.png",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"buildTransitive/netcoreapp2.0/System.Diagnostics.DiagnosticSource.targets",
"buildTransitive/netcoreapp3.1/_._",
"lib/net461/System.Diagnostics.DiagnosticSource.dll",
"lib/net461/System.Diagnostics.DiagnosticSource.xml",
"lib/net5.0/System.Diagnostics.DiagnosticSource.dll",
"lib/net5.0/System.Diagnostics.DiagnosticSource.xml",
"lib/net6.0/System.Diagnostics.DiagnosticSource.dll",
"lib/net6.0/System.Diagnostics.DiagnosticSource.xml",
"lib/netstandard2.0/System.Diagnostics.DiagnosticSource.dll",
"lib/netstandard2.0/System.Diagnostics.DiagnosticSource.xml",
"system.diagnostics.diagnosticsource.6.0.0.nupkg.sha512",
"system.diagnostics.diagnosticsource.nuspec",
"useSharedDesignerContext.txt"
]
},
"System.Interactive.Async/5.0.0": {
"sha512": "QaqhQVDiULcu4vm6o89+iP329HcK44cETHOYgy/jfEjtzeFy0ZxmuM7nel9ocjnKxEM4yh1mli7hgh8Q9o+/Iw==",
"type": "package",
"path": "system.interactive.async/5.0.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"lib/net461/System.Interactive.Async.dll",
"lib/net461/System.Interactive.Async.xml",
"lib/netcoreapp3.1/System.Interactive.Async.dll",
"lib/netcoreapp3.1/System.Interactive.Async.xml",
"lib/netstandard2.0/System.Interactive.Async.dll",
"lib/netstandard2.0/System.Interactive.Async.xml",
"lib/netstandard2.1/System.Interactive.Async.dll",
"lib/netstandard2.1/System.Interactive.Async.xml",
"system.interactive.async.5.0.0.nupkg.sha512",
"system.interactive.async.nuspec"
]
},
"System.Linq.Async/5.0.0": {
"sha512": "cPtIuuH8TIjVHSi2ewwReWGW1PfChPE0LxPIDlfwVcLuTM9GANFTXiMB7k3aC4sk3f0cQU25LNKzx+jZMxijqw==",
"type": "package",
"path": "system.linq.async/5.0.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"lib/net461/System.Linq.Async.dll",
"lib/net461/System.Linq.Async.xml",
"lib/netcoreapp3.1/System.Linq.Async.dll",
"lib/netcoreapp3.1/System.Linq.Async.xml",
"lib/netstandard2.0/System.Linq.Async.dll",
"lib/netstandard2.0/System.Linq.Async.xml",
"lib/netstandard2.1/System.Linq.Async.dll",
"lib/netstandard2.1/System.Linq.Async.xml",
"ref/net461/System.Linq.Async.dll",
"ref/net461/System.Linq.Async.xml",
"ref/netcoreapp3.1/System.Linq.Async.dll",
"ref/netcoreapp3.1/System.Linq.Async.xml",
"ref/netstandard2.0/System.Linq.Async.dll",
"ref/netstandard2.0/System.Linq.Async.xml",
"ref/netstandard2.1/System.Linq.Async.dll",
"ref/netstandard2.1/System.Linq.Async.xml",
"system.linq.async.5.0.0.nupkg.sha512",
"system.linq.async.nuspec"
]
},
"System.Memory/4.5.4": {
"sha512": "1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==",
"type": "package",
"path": "system.memory/4.5.4",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"lib/net461/System.Memory.dll",
"lib/net461/System.Memory.xml",
"lib/netcoreapp2.1/_._",
"lib/netstandard1.1/System.Memory.dll",
"lib/netstandard1.1/System.Memory.xml",
"lib/netstandard2.0/System.Memory.dll",
"lib/netstandard2.0/System.Memory.xml",
"ref/netcoreapp2.1/_._",
"system.memory.4.5.4.nupkg.sha512",
"system.memory.nuspec",
"useSharedDesignerContext.txt",
"version.txt"
]
},
"System.Reactive/5.0.0": {
"sha512": "erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==",
"type": "package",
"path": "system.reactive/5.0.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"build/net5.0/_._",
"build/netcoreapp3.1/System.Reactive.dll",
"build/netcoreapp3.1/System.Reactive.targets",
"build/netcoreapp3.1/System.Reactive.xml",
"buildTransitive/net5.0/_._",
"buildTransitive/netcoreapp3.1/System.Reactive.targets",
"lib/net472/System.Reactive.dll",
"lib/net472/System.Reactive.xml",
"lib/net5.0-windows10.0.19041/System.Reactive.dll",
"lib/net5.0-windows10.0.19041/System.Reactive.xml",
"lib/net5.0/System.Reactive.dll",
"lib/net5.0/System.Reactive.xml",
"lib/netcoreapp3.1/_._",
"lib/netstandard2.0/System.Reactive.dll",
"lib/netstandard2.0/System.Reactive.xml",
"lib/uap10.0.16299/System.Reactive.dll",
"lib/uap10.0.16299/System.Reactive.pri",
"lib/uap10.0.16299/System.Reactive.xml",
"system.reactive.5.0.0.nupkg.sha512",
"system.reactive.nuspec"
]
},
"System.Runtime.CompilerServices.Unsafe/6.0.0": {
"sha512": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
"type": "package",
"path": "system.runtime.compilerservices.unsafe/6.0.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"Icon.png",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"buildTransitive/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.targets",
"buildTransitive/netcoreapp3.1/_._",
"lib/net461/System.Runtime.CompilerServices.Unsafe.dll",
"lib/net461/System.Runtime.CompilerServices.Unsafe.xml",
"lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll",
"lib/net6.0/System.Runtime.CompilerServices.Unsafe.xml",
"lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.dll",
"lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.xml",
"lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll",
"lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml",
"system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512",
"system.runtime.compilerservices.unsafe.nuspec",
"useSharedDesignerContext.txt"
]
},
"System.ValueTuple/4.5.0": {
"sha512": "okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==",
"type": "package",
"path": "system.valuetuple/4.5.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net461/System.ValueTuple.dll",
"lib/net461/System.ValueTuple.xml",
"lib/net47/System.ValueTuple.dll",
"lib/net47/System.ValueTuple.xml",
"lib/netcoreapp2.0/_._",
"lib/netstandard1.0/System.ValueTuple.dll",
"lib/netstandard1.0/System.ValueTuple.xml",
"lib/netstandard2.0/_._",
"lib/portable-net40+sl4+win8+wp8/System.ValueTuple.dll",
"lib/portable-net40+sl4+win8+wp8/System.ValueTuple.xml",
"lib/uap10.0.16299/_._",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"lib/xamarintvos10/_._",
"lib/xamarinwatchos10/_._",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net461/System.ValueTuple.dll",
"ref/net47/System.ValueTuple.dll",
"ref/netcoreapp2.0/_._",
"ref/netstandard2.0/_._",
"ref/portable-net40+sl4+win8+wp8/System.ValueTuple.dll",
"ref/uap10.0.16299/_._",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"ref/xamarintvos10/_._",
"ref/xamarinwatchos10/_._",
"system.valuetuple.4.5.0.nupkg.sha512",
"system.valuetuple.nuspec",
"useSharedDesignerContext.txt",
"version.txt"
]
}
},
"projectFileDependencyGroups": {
"net5.0": [
"Discord.Net >= 3.5.0",
"Microsoft.Extensions.Logging >= 6.0.0"
]
},
"packageFolders": {
"C:\\Users\\leon\\.nuget\\packages\\": {},
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
},
"project": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "D:\\Programmierstuff\\FiveM\\PrincepRPBot\\PrincepRPBot.csproj",
"projectName": "PrincepRPBot",
"projectPath": "D:\\Programmierstuff\\FiveM\\PrincepRPBot\\PrincepRPBot.csproj",
"packagesPath": "C:\\Users\\leon\\.nuget\\packages\\",
"outputPath": "D:\\Programmierstuff\\FiveM\\PrincepRPBot\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
],
"configFilePaths": [
"C:\\Users\\leon\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
],
"originalTargetFrameworks": [
"net5.0"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net5.0": {
"targetAlias": "net5.0",
"projectReferences": {}
}
},
"warningProperties": {
"warnAsError": [
"NU1605"
]
}
},
"frameworks": {
"net5.0": {
"targetAlias": "net5.0",
"dependencies": {
"Discord.Net": {
"target": "Package",
"version": "[3.5.0, )"
},
"Microsoft.Extensions.Logging": {
"target": "Package",
"version": "[6.0.0, )"
}
},
"imports": [
"net461",
"net462",
"net47",
"net471",
"net472",
"net48"
],
"assetTargetFallback": true,
"warn": true,
"frameworkReferences": {
"Microsoft.NETCore.App": {
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.201\\RuntimeIdentifierGraph.json"
}
}
}
}

View File

@@ -0,0 +1,32 @@
{
"version": 2,
"dgSpecHash": "H2pQmHUoPWoDNoVvQdMZt/McxSIV4qq3IXpWWYtOf8ck3Asg/zHHgTs+Vlrr8UwGakcAkOmRfIaWuDquSYKN3g==",
"success": true,
"projectFilePath": "D:\\Programmierstuff\\FiveM\\PrincepRPBot\\PrincepRPBot.csproj",
"expectedPackageFiles": [
"C:\\Users\\leon\\.nuget\\packages\\discord.net\\3.5.0\\discord.net.3.5.0.nupkg.sha512",
"C:\\Users\\leon\\.nuget\\packages\\discord.net.commands\\3.5.0\\discord.net.commands.3.5.0.nupkg.sha512",
"C:\\Users\\leon\\.nuget\\packages\\discord.net.core\\3.5.0\\discord.net.core.3.5.0.nupkg.sha512",
"C:\\Users\\leon\\.nuget\\packages\\discord.net.interactions\\3.5.0\\discord.net.interactions.3.5.0.nupkg.sha512",
"C:\\Users\\leon\\.nuget\\packages\\discord.net.rest\\3.5.0\\discord.net.rest.3.5.0.nupkg.sha512",
"C:\\Users\\leon\\.nuget\\packages\\discord.net.webhook\\3.5.0\\discord.net.webhook.3.5.0.nupkg.sha512",
"C:\\Users\\leon\\.nuget\\packages\\discord.net.websocket\\3.5.0\\discord.net.websocket.3.5.0.nupkg.sha512",
"C:\\Users\\leon\\.nuget\\packages\\microsoft.extensions.dependencyinjection\\6.0.0\\microsoft.extensions.dependencyinjection.6.0.0.nupkg.sha512",
"C:\\Users\\leon\\.nuget\\packages\\microsoft.extensions.dependencyinjection.abstractions\\6.0.0\\microsoft.extensions.dependencyinjection.abstractions.6.0.0.nupkg.sha512",
"C:\\Users\\leon\\.nuget\\packages\\microsoft.extensions.logging\\6.0.0\\microsoft.extensions.logging.6.0.0.nupkg.sha512",
"C:\\Users\\leon\\.nuget\\packages\\microsoft.extensions.logging.abstractions\\6.0.0\\microsoft.extensions.logging.abstractions.6.0.0.nupkg.sha512",
"C:\\Users\\leon\\.nuget\\packages\\microsoft.extensions.options\\6.0.0\\microsoft.extensions.options.6.0.0.nupkg.sha512",
"C:\\Users\\leon\\.nuget\\packages\\microsoft.extensions.primitives\\6.0.0\\microsoft.extensions.primitives.6.0.0.nupkg.sha512",
"C:\\Users\\leon\\.nuget\\packages\\newtonsoft.json\\13.0.1\\newtonsoft.json.13.0.1.nupkg.sha512",
"C:\\Users\\leon\\.nuget\\packages\\system.buffers\\4.5.1\\system.buffers.4.5.1.nupkg.sha512",
"C:\\Users\\leon\\.nuget\\packages\\system.collections.immutable\\5.0.0\\system.collections.immutable.5.0.0.nupkg.sha512",
"C:\\Users\\leon\\.nuget\\packages\\system.diagnostics.diagnosticsource\\6.0.0\\system.diagnostics.diagnosticsource.6.0.0.nupkg.sha512",
"C:\\Users\\leon\\.nuget\\packages\\system.interactive.async\\5.0.0\\system.interactive.async.5.0.0.nupkg.sha512",
"C:\\Users\\leon\\.nuget\\packages\\system.linq.async\\5.0.0\\system.linq.async.5.0.0.nupkg.sha512",
"C:\\Users\\leon\\.nuget\\packages\\system.memory\\4.5.4\\system.memory.4.5.4.nupkg.sha512",
"C:\\Users\\leon\\.nuget\\packages\\system.reactive\\5.0.0\\system.reactive.5.0.0.nupkg.sha512",
"C:\\Users\\leon\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\6.0.0\\system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512",
"C:\\Users\\leon\\.nuget\\packages\\system.valuetuple\\4.5.0\\system.valuetuple.4.5.0.nupkg.sha512"
],
"logs": []
}

View File

@@ -0,0 +1 @@
"restore":{"projectUniqueName":"D:\\Programmierstuff\\FiveM\\PrincepRPBot\\PrincepRPBot.csproj","projectName":"PrincepRPBot","projectPath":"D:\\Programmierstuff\\FiveM\\PrincepRPBot\\PrincepRPBot.csproj","outputPath":"D:\\Programmierstuff\\FiveM\\PrincepRPBot\\obj\\","projectStyle":"PackageReference","fallbackFolders":["C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"],"originalTargetFrameworks":["net5.0"],"sources":{"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\":{},"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net5.0":{"targetAlias":"net5.0","projectReferences":{}}},"warningProperties":{"warnAsError":["NU1605"]}}"frameworks":{"net5.0":{"targetAlias":"net5.0","dependencies":{"Discord.Net":{"target":"Package","version":"[3.5.0, )"},"Microsoft.Extensions.Logging":{"target":"Package","version":"[6.0.0, )"}},"imports":["net461","net462","net47","net471","net472","net48"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"C:\\Program Files\\dotnet\\sdk\\6.0.201\\RuntimeIdentifierGraph.json"}}

View File

@@ -0,0 +1 @@
16496296545171703

9
PrincepRPBot/update.sh Normal file
View File

@@ -0,0 +1,9 @@
docker stop discord-bot
docker image rm princep/discord-bot
git pull
docker build -t princep/discord-bot .
docker run -d --name discord-bot princep/discord-bot