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
- Host: GitHub
- URL: https://github.com/domnguyen/discord-bot
- Owner: domnguyen
- Created: 2017-11-02T23:42:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T08:58:18.000Z (over 3 years ago)
- Last Synced: 2025-04-10T00:07:45.742Z (about 1 year ago)
- Topics: csharp, discord-bot, discord-music-bot, dot-net
- Language: C#
- Homepage:
- Size: 41.6 MB
- Stars: 42
- Watchers: 8
- Forks: 16
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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)