Files
telegram-bot/modules/StickerTools/StickerTools.cs
T
2023-01-13 01:28:34 +02:00

11 lines
176 B
C#

using Kruzya.TelegramBot.Core;
namespace West.TelegramBot.StickerTools;
public class StickerTools : Module
{
public StickerTools(Core core) : base(core)
{
}
}