An open API service indexing awesome lists of open source software.

https://github.com/aiko-it-systems/discatsharp.examples

DisCatSharp 10.6.4 Examples
https://github.com/aiko-it-systems/discatsharp.examples

bots csharp discatsharp discord discord-bot example-bots hacktoberfest hacktoberfest-2022 music

Last synced: about 2 months ago
JSON representation

DisCatSharp 10.6.4 Examples

Awesome Lists containing this project

README

        

# DisCatSharp.Examples
Example Discord Bots written in C# with DisCatSharp.

Includes examples like music bots supporting app commands and has some "challenges" for you to work on.

You need a compatible IDE to work with it, and .NET 9 SDK.

### Examples
| **Example** | **Up-to-date** | **Description** |
|-------------------------|----------------|---------------------------------------------------------------------------------------------------|
| **Basics** | Yes | Bot initialization. Creation and use of regular commands. |
| **ApplicationCommands** | Yes | Create and use application commands: registration, permissions, arguments, choice providers, etc. |
| **Interactivity** | Yes | Interactivity, components (buttons, select menus), threads, stages. |
| **VoiceNext** | No | Play local audio files in voice channels. |
| **Lavalink** | No | Play audio from YouTube in voice channels. |
| **Hosting** | No | Initialize a bot as a service. |