DiscordBot that uses mainly SlashCommands for personal use
The Bots functionality is going to increase from time to time as need is seen. The Initial Push is over, now the Commands have to be implemented
If you found an issue or would like to submit an improvement to this project, please submit an issue using the issue tab above. If you would like to submit a PR with a fix, refrence the issue you created
To run this project, you will need to add the following appsettings.json
{
"DiscordToken": "YOUR TOKEN",
"SpotifyId": "YOUR ID",
"SpotifySecret": "YOUR SECRET",
"testGuild": "GuildId"
}- Random Reddit Pictures
- YoMama Jokes
- DM-Messages as reply
- clone this project
- create your appsettings.json
- Compile & Run the project
- .Net 6.0
- Discord.Net
- Microsoft.Extensions.Configuration
- Microsoft.Extensions.DependencyInjection
- (Probably EF.CORE or MongoDB in the Future)