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

https://github.com/azrielx86/discordbotexample_csharp

A Discord bot written in C# using DSharpPlus
https://github.com/azrielx86/discordbotexample_csharp

discord discord-bot dsharpplus

Last synced: 2 months ago
JSON representation

A Discord bot written in C# using DSharpPlus

Awesome Lists containing this project

README

          

# Discord Bot example

A Discord bot written in C# using DSharpPlus, with examples for interactivity
and connect to APIs (without wrappers).

## APIs used

- [Nekos.best API](https://docs.nekos.best/index.html)
- [Animechan](https://animechan.vercel.app/)

This project is made for testing for future projects.

If you want to test it, you need an Discord Bot Token, and saveit on
a config.json file.

{
"token": "Your token",
"prefix": "A prefix for the commands"
}