Skip to content

AndreSacilotto/DiscordDiceBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DiscordDiceBot

Discord Message Content Dice Bot This is a basic .Net7 discord dice roller bot, made using discord.net.

Config File

After cloning the repo create a config.json at the project root with your discord bot token:

{
	"BotToken": "write your token here"
}