[sticker-tools] init module

This commit is contained in:
Andriy
2023-01-13 00:58:12 +02:00
parent 55a4569a4a
commit 7598f77637
4 changed files with 71 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
using Kruzya.TelegramBot.Core;
namespace StickerTools;
public class StickerTools : Module
{
public StickerTools(Core core) : base(core)
{
}
}