/Night-Rune

A speedy discord bot for your server

Primary LanguageC#MIT LicenseMIT

NightRune

Night-Rune

Total alerts Build Status Codacy Badge .NET Core

A speedy discord bot for your server

Publish

dotnet publish -c Release -r <(windows/linux)-x64> -o <my output directory>

Hosting

There must be a Lavalink server present on localhost:2333 and a config.json with the bot token next to the executable

{
  "DiscordToken": "mytoken",
  "DefaultPrefix": "!",
  "GameStatus": "Playing Music",
  "BlacklistedChannels": []
}