Skip to content

thutasann/csharp-discord-bot

Repository files navigation

MAKING A DISCORD BOT IN C# 🤖

Making the Discord Bot in C# with DSharpPlus.

Features

  • Commands
  • Embed Messages
  • Mini CardGame Embed Message
  • Poll and Reactions Embed Message
  • Commands Attributes and Events Handler
  • Slash Commands
  • Group Slash Commands
  • Interaction Components (Buttons, Dropdown, Inputs, Modals)

Setups

{
  "token": "your-token-here",
  "prefix": "your-prefix-here"
}
  • send messages/commands with defined prefix (example !embed, !cardgame)
  • can see the commands in TestCommands.cs

Scripts

Watch Run

dotnet watch run

Build Run

dotnet run

About

making a discord bot in c#

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages