DiscordSpecialBot

This is a discord implementation of the sharkbot chatbot api that uses natural language processing and machine learning

setup

live example bot

appsettings.json example

{
  "Token": "YOUR_TOKEN_HERE",
  "ApiUrl": "https://localhost:44311/",
  "BotName": "sharkbot",
  "ChatType": "discord",
  "TargetedResponseConfidenceThreshold": 0.75,
  "ReactionConfidenceThreshold": 0.75,
  "MaximumReactionsPerMessage": 3
}