Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.28 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.28 KB

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"
}