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
- Host: GitHub
- URL: https://github.com/eklypss/corebot
- Owner: eklypss
- Created: 2017-05-17T14:29:33.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T15:25:24.000Z (almost 3 years ago)
- Last Synced: 2025-03-18T16:11:35.062Z (3 months ago)
- Topics: discord-bot, discord-net, net-core
- Language: C#
- Homepage:
- Size: 337 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`