Skip to content

SebastianDang/Discord-Bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord-Bot

A Discord C#/.NET Bot

Example Image

This Discord bot is a chat and voice bot coded in C# with 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 with your bot token and other settings.
    • Move this file to the same folder as your executable.

Resources