Skip to content

Dingsi/LumpiBot

Repository files navigation

LumpiBot

N|Solid

- Currently in Development!!!

Prerequisites

Installation (Windows)

  • Download LumpiBot via Git.
  • Open LumpiBot.sln in Visual Studio to download all missing NuGet Packages.
  • Copy opus.dll & libsodium.dll from _libs into the root directory.
  • Build Project in Visual Studio or via. 'dotnet build' Command.
  • Run LumpiBot for the first Time, it will create an config.json at [Project Folder]/bin/netcoreappX.X/
  • Insert your Bot Token:
    "Token": "_INSERT_TOKEN_HERE_",
  • Save and run your Bot.

Installation (Linux)

  • Download LumpiBot via Git.
  • Use Command 'dotnet restore'
  • Use Command 'dotnet build'
  • Copy opus.so & libsodium.so from _libs into the root directory.
  • Run LumpiBot for the first Time, it will create an config.json at [Project Folder]/bin/netcoreappX.X/
  • Insert your Bot Token:
    "Token": "_INSERT_TOKEN_HERE_",
  • Save and run your Bot via. 'dotnet run'.

Used NuGet Packages

Package Url
Discord.Net https://github.com/RogueException/Discord.Net
Discord.Net.Commands https://github.com/RogueException/Discord.Net
Newtonsoft.Json http://www.newtonsoft.com/json
LibVideo https://www.nuget.org/packages/libvideo.dingsi/1.4.0

About

Discord LumpiBot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages