Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/murf-y/klod

Discord Bot made with DsharpPlus
https://github.com/murf-y/klod

Last synced: about 7 hours ago
JSON representation

Discord Bot made with DsharpPlus

Awesome Lists containing this project

README

        

# KloD
KloD is Discord Bot Built on top of [DsharpPlus library](https://github.com/DSharpPlus/DSharpPlus).
## Requirements
- .NET Core 3.x runtime or higher.
- .NET Core 3.0 SDK.
- and preferably visual studio.
#### Make sure to add a config.json file in `bin/Release/netcoreapp3.0/` after u build the solution.
the config.json file will contain the token and the prefix, example:
```
{
"token" : "the token here",
"prefix" : "the prefix here"
}
```
##### To get the token head to [discord applications ](https://discord.com/developers/applications/) and create an Api bot then u can access ur token.
thats it, now u can run the .exe file generated after the build.
###### This project is licensed under [MIT LICENSE](https://github.com/Murf-y/KloD/blob/master/LICENSE)