From b2b7d1d6f4032cd1cfbcb05d1581d8db6b166b93 Mon Sep 17 00:00:00 2001 From: Jarl Gullberg Date: Sun, 21 Aug 2022 20:34:56 +0200 Subject: [PATCH] Create discord-bots.md --- discord-bots.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 discord-bots.md diff --git a/discord-bots.md b/discord-bots.md new file mode 100644 index 0000000..0f2264b --- /dev/null +++ b/discord-bots.md @@ -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