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
- Host: GitHub
- URL: https://github.com/aiko-it-systems/discatsharp.examples
- Owner: Aiko-IT-Systems
- License: mit
- Created: 2021-06-27T17:17:34.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-25T10:05:45.000Z (2 months ago)
- Last Synced: 2025-03-25T16:45:08.220Z (2 months ago)
- Topics: bots, csharp, discatsharp, discord, discord-bot, example-bots, hacktoberfest, hacktoberfest-2022, music
- Language: C#
- Homepage: https://docs.dcs.aitsys.dev
- Size: 11.9 MB
- Stars: 9
- Watchers: 4
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
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. |