Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Discord Bots In C# For Dummies #8

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions discord-bots.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Discord Bots In C# For Dummies

## Description
What is a Discord bot, how does it work, and how can we write one using C#? Join Jax, the
author of Remora.Discord, in a 60-minute codealong where you'll be taken through everything
needed to get started with writing your own Discord bots - step by step, no details spared.

## Outline
- Introduction
- Who is this guy, anyway?
- What is a Discord bot, and why would I want to write one?
- Scope & goals for today
- Environment setup & prerequisites
- Assumptions for the sake of time
- Creating the bot application on Discord's side
- Creating the local project
- Basics of a bot
- Services & DI
- Connecting to Discord
- Commands overview
- Writing commands
- Enabling slash commands
- Interactivity overview
- Buttons
- Dropdowns
- Modals
- Questions & Viewer's Picks