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

https://github.com/domnguyen/discord-bot

Discord C#/.NET Bot
https://github.com/domnguyen/discord-bot

csharp discord-bot discord-music-bot dot-net

Last synced: about 1 year ago
JSON representation

Discord C#/.NET Bot

Awesome Lists containing this project

README

          

# Discord-Bot
A Discord C#/.NET Bot

This Discord bot is a chat and voice bot coded in C# with [Discord.Net](https://github.com/discord-net/Discord.Net)

This bot is built to be run on any .NET Framework compatible machine.
It is meant for single server usage due to the heavy amount of resources the voice part consumes.

_This bot currently is still in development, further changes to come._

## To Install:

To install do the following:
* Clone our repo.
* Compile with Visual Studio, and it should be ready to go.
* Modify [*config.json*](config.json) with your bot token and other settings.
* Move this file to the same folder as your executable.

## Resources

- [Features](https://github.com/domnguyen/Discord-Bot/wiki/Features)