An open API service indexing awesome lists of open source software.

https://github.com/eklypss/corebot

Cross-platform Discord bot for .NET Core
https://github.com/eklypss/corebot

discord-bot discord-net net-core

Last synced: 3 months ago
JSON representation

Cross-platform Discord bot for .NET Core

Awesome Lists containing this project

README

        

# CoreBot

Cross-platform Discord bot built with .NET Core

### Requirements

* docker

### Usage

1. Copy `./CoreBot/BotSettings.json.example` to `./CoreBot/BotSettings.json`.
1. At minimum specify `BotToken` available from https://discordapp.com/developers/applications
1. Run `docker-compose up`

Run unit tests with `docker-compose exec corebot dotnet test`