[code-watcher] init module.

This commit is contained in:
West14
2022-04-20 00:38:47 +03:00
parent 166363cd50
commit b58fe8b6e9
7 changed files with 128 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
using Kruzya.TelegramBot.Core;
namespace West.TelegramBot.CodeWatcher
{
public class CodeWatcher : Module
{
public CodeWatcher(Core core) : base(core) {}
}
}