Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 334 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 334 Bytes

Discord Demo Bot

A simple bot written as a worker service using DSharpPlus.

Authenticating the bot

In order for the bot to work, you will need to set the bot token using dotnet user-secrets set "DiscordBotToken" "<YOUR_TOKEN>"