Files
telegram-bot/modules/CodeWatcher/CodeWatcher.cs
T

9 lines
181 B
C#
Raw Normal View History

using Kruzya.TelegramBot.Core;
2022-04-20 00:38:47 +03:00
namespace West.TelegramBot.CodeWatcher
{
public class CodeWatcher : Module
{
public CodeWatcher(Core core) : base(core) {}
}
}