AwesomeChatBot by RononDex

<PackageReference Include="AwesomeChatBot" Version="1.7.3" />

 AwesomeChatBot 1.7.3

A fully featured chat bot framework, that can be used to setup your own chatbot with ease. Allows you to define commands for a chatbot that will work with every chat app (be it Discord, slack, ...). Will need an api wrapper per chat app that you intend to use (for example see package AwesomeChatBot.Discord) See project website for further docuemntation.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>AwesomeChatBot</id>
    <version>1.7.3</version>
    <authors>RononDex</authors>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <projectUrl>https://github.com/RononDex/AwesomeChatBot</projectUrl>
    <description>A fully featured chat bot framework, that can be used to setup your own chatbot with ease.
Allows you to define commands for a chatbot that will work with every chat app (be it Discord, slack, ...).

Will need an api wrapper per chat app that you intend to use (for example see package AwesomeChatBot.Discord)

See project website for further docuemntation.</description>
    <releaseNotes>- Added Publish functionality to messages</releaseNotes>
    <dependencies>
      <group targetFramework=".NETStandard2.1">
        <dependency id="Microsoft.Extensions.DependencyInjection.Abstractions" version="3.1.8" exclude="Build,Analyzers" />
        <dependency id="Microsoft.Extensions.Logging" version="3.1.8" exclude="Build,Analyzers" />
        <dependency id="Newtonsoft.Json" version="12.0.3" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>