AwesomeChatBot 1.8.6

There is a newer version of this package available.
See the version list below for details.
dotnet add package AwesomeChatBot --version 1.8.6
NuGet\Install-Package AwesomeChatBot -Version 1.8.6
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AwesomeChatBot" Version="1.8.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AwesomeChatBot --version 1.8.6
#r "nuget: AwesomeChatBot, 1.8.6"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install AwesomeChatBot as a Cake Addin
#addin nuget:?package=AwesomeChatBot&version=1.8.6

// Install AwesomeChatBot as a Cake Tool
#tool nuget:?package=AwesomeChatBot&version=1.8.6

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.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on AwesomeChatBot:

Package Downloads
AwesomeChatBot.Discord

This package will allow your bot built with the AweomeChatBot framework to access discord. For further documentation see the project site.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.8.7 1,348 3/16/2022
1.8.6 969 8/8/2021
1.8.3 1,217 8/8/2021
1.8.2 1,019 7/8/2021
1.8.1 1,043 3/2/2021
1.8.0 1,005 2/28/2021
1.7.3 941 1/28/2021
1.7.1 1,161 9/25/2020
1.7.0 1,063 9/25/2020
1.6.4 974 9/24/2020
1.6.3 1,108 9/17/2020
1.6.2 996 9/17/2020
1.6.1 1,215 8/22/2020
1.6.0 1,269 2/24/2020
1.5.3 1,311 11/11/2019
1.5.2 1,110 9/6/2019
1.5.1 1,080 9/6/2019
1.5.0 1,433 8/31/2019
1.4.0 1,262 8/21/2019
1.3.2 1,173 6/11/2019
1.3.1 1,131 6/10/2019
1.3.0 1,480 6/10/2019
1.2.1 1,432 3/8/2019
1.2.0 1,307 3/5/2019
1.1.0 1,371 2/28/2019
1.0.2 1,827 1/23/2019
1.0.1 1,604 1/21/2019
1.0.0 1,388 1/21/2019
0.4.2-pre 1,231 1/21/2019
0.4.1-pre 1,856 1/21/2019
0.4.0-pre 2,044 1/19/2019
0.3.1-pre 2,070 1/4/2019
0.3.0-pre 1,304 11/16/2018
0.2.0-pre 1,223 10/19/2018
0.1.1-alpha 1,077 10/15/2018
0.1.0-alpha 1,233 10/14/2018

- Add a GetNumberOfUsersAsync() to the server object