DraxCodes / Party-Bot

Discord.Net Music Bot, Written with Victoria.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PartyBot Build status Codacy Badge

A Simple Discord Music Bot Designed For Medium Sized Servers.

Built With

Use this as a template to build off

NOTE: This Requires At-Least C# Version 8.0

  1. First Make sure you have a fork of this repo. (Makes it easier for you to then commit your own changes to your GitHub)
  2. Next you will need to clone your forked repo onto your P.C.
  3. 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:~$
  1. 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
  1. You can now open the .sln file with Visual Studio or open the folder structure in your prefered IDE/Text Editor.

Authors

  • Draxis (Me) - Initial work - Drax

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Yucked for Victoria.

About

Discord.Net Music Bot, Written with Victoria.

License:MIT License


Languages

Language:C# 100.0%