Lazy Whisper is a simply custom command bot for Discord.
It needs a appsettings.{Environment}.json file.
// appsettings.{Environment}.json
"Config": {
"Token": "Discord token",
"ConnectionStrings": "{Database connection strings (mysql, mariadb)}"
}
In default, Lazy Whisper has 5 commands.
!add, !edit, !remove, !list, !help
!add Command Message
!edit Command Message
!remove Command
!list
!help
- .NET Core 3.1
- MariaDB 10.5
Under the MIT.