Releases: GreyWolfDev/CSChatBot
Release 0.3
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
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