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

11 lines
176 B
C#
Raw Normal View History

2023-01-13 00:58:12 +02:00
using Kruzya.TelegramBot.Core;
namespace West.TelegramBot.StickerTools;
2023-01-13 00:58:12 +02:00
public class StickerTools : Module
{
public StickerTools(Core core) : base(core)
{
}
}