Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 179 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 179 Bytes

SharpBot

Just Another One Telegram Bot.

See dev branch

Demo

static void Main(string[] args)
{
    var bot = Kernel.Get<IBot>();
    Task.WaitAll(bot.Start());
}