Skip to content

Releases: GreyWolfDev/CSChatBot

Release 0.3

18 Feb 21:49

Choose a tag to compare

Release 0.3 Pre-release
Pre-release

CSChatBot.0.3.zip is the bot itself, just unpack and run.
CSChatBot.Module.zip is a project template you can import into Visual Studio for quick creation of modules.

Note

If you are creating the module in its own solution (not with the original bot source), you will need to add references manually to Logger, DB, and ModuleFramework libraries included in the main bot.

Other references are nuget packages and should load automatically. If not, run this in nuget package manager console:
Install-Package Telegram.Bot -IncludePrerelease
This will install NewtonsoftJson, Telegram.Bot, and System.Net.Http.Formatting.Extension

Initial beta release

25 Jan 21:38

Choose a tag to compare

Initial beta release Pre-release
Pre-release

CSChatBot.0.1-beta.zip is the bot itself, just unpack and run.
CSChatBot.Module.zip is a project template you can import into Visual Studio for quick creation of modules.

Note

If you are creating the module in its own solution (not with the original bot source), you will need to add references manually to Logger, DB, and ModuleFramework libraries included in the main bot.

Other references are nuget packages and should load automatically. If not, run this in nuget package manager console:
Install-Package Telegram.Bot -IncludePrerelease
This will install NewtonsoftJson, Telegram.Bot, and System.Net.Http.Formatting.Extension