Skip to content

A Discord Bot created in C# and working with SlashCommands

Notifications You must be signed in to change notification settings

Antyss77/csharp-discord-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HyBot

A discord bot created in C# using 2 libraries : DSharpPlus and NewtonSoft

SlashCommands

Installation

To install the bot, you need to clone the Github repository on your computer. You will also need your favorite IDE and .NET Framework to compile and run the code. Finally, you will need to create a Discord bot and get its access token to connect the bot to your Discord server.

Config.json

Don't forget to write your token in the config.json file

{
  "token": "put-your-token-here"
}