Skip to content

Release 0.3

Pre-release
Pre-release

Choose a tag to compare

@parabola949 parabola949 released this 18 Feb 21:49
· 28 commits to master since this 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