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
- Host: GitHub
- URL: https://github.com/azrielx86/discordbotexample_csharp
- Owner: Azrielx86
- Created: 2022-11-10T02:03:52.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-10T02:03:56.000Z (over 3 years ago)
- Last Synced: 2026-01-13T03:32:56.424Z (6 months ago)
- Topics: discord, discord-bot, dsharpplus
- Language: C#
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
}