Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/murf-y/klod
- Owner: Murf-y
- License: mit
- Created: 2020-12-18T13:59:45.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-19T07:49:38.000Z (almost 4 years ago)
- Last Synced: 2023-03-08T16:28:28.069Z (over 1 year ago)
- Language: C#
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)