AwesomeChatBot by RononDex

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

 AwesomeChatBot 1.5.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.5.3</version>
    <title>AwesomeChatBot Framework</title>
    <authors>RononDex</authors>
    <owners>RononDex</owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <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>- Add GetUserRoles() on server object
	    - Add GetMention() to UserRole</releaseNotes>
    <tags>chat bot discord awesome chatbot regex commands</tags>
    <dependencies>
      <dependency id="Microsoft.Extensions.DependencyInjection.Abstractions" version="2.2.0" />
      <dependency id="Microsoft.Extensions.Logging" version="2.2.0" />
      <dependency id="Newtonsoft.Json" version="12.0.2" />
    </dependencies>
  </metadata>
</package>