- DotNet Core (Version - 3.1) - Dotnet version.
- Discord.Net (Version - 2.1.1) - The Discord Library used
- Victoria (Version - 5.1.2) - LavaLink Library.
- First Make sure you have a fork of this repo. (Makes it easier for you to then commit your own changes to your GitHub)
- Next you will need to clone your forked repo onto your P.C.
- Once it's on your machine you will want to run the command:
dotnet restore
(Do this in your prefered Terminal)
Note: Make sure you do this in the same directory that PartyBot.sln
is stored. It should look something like this when done.
foo@bar:~$ dotnet restore
Restoring packages for C:\Users\YOURNAME\source\repos\PartyBot\PartyBot\PartyBot.csproj...
Installing Microsoft.NETCore.DotNetAppHost 2.0.0.
Installing Microsoft.Extensions.DependencyInjection.Abstractions 2.0.0.
Installing Microsoft.NETCore.DotNetHostResolver 2.0.0.
Installing Microsoft.NETCore.DotNetHostPolicy 2.0.0.
Installing NETStandard.Library 2.0.0.
Installing Microsoft.NETCore.App 2.0.0.
Generating MSBuild file C:\Users\YOURNAME\source\repos\PartyBot\PartyBot\obj\PartyBot.csproj.nuget.g.props.
Generating MSBuild file C:\Users\YOURNAME\source\repos\PartyBot\PartyBot\obj\PartyBot.csproj.nuget.g.targets.
Restore completed in 4.94 sec for C:\Users\YOURNAME\source\repos\PartyBot\PartyBot\PartyBot.csproj.
foo@bar:~$
- Just to be safe we'll also do
dotnet build
which should output like so:
foo@bar:~$ dotnet build
Microsoft (R) Build Engine version 15.9.20+g88f5fadfbe for .NET Core
Copyright (C) Microsoft Corporation. All rights reserved.
Restore completed in 74.91 ms for C:\Users\YOURNAME\source\repos\PartyBot\PartyBot\PartyBot.csproj.
PartyBot -> C:\Users\YOURNAME\source\repos\PartyBot\PartyBot\bin\Debug\netcoreapp2.0\PartyBot.dll
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:01.41
- You can now open the .sln file with Visual Studio or open the folder structure in your prefered IDE/Text Editor.
- Draxis (Me) - Initial work - Drax
This project is licensed under the MIT License - see the LICENSE.md file for details
- Yucked for Victoria.