mirror of
https://github.com/Bubuni-Team/telegram-bot.git
synced 2026-07-31 00:29:24 +03:00
f1c4375613
Co-authored-by: voed <voed@i.ua>
11 lines
176 B
C#
11 lines
176 B
C#
using Kruzya.TelegramBot.Core;
|
|
|
|
namespace West.TelegramBot.StickerTools;
|
|
|
|
public class StickerTools : Module
|
|
{
|
|
public StickerTools(Core core) : base(core)
|
|
{
|
|
}
|
|
}
|