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

11 lines
214 B
C#
Raw Normal View History

2023-07-29 15:03:45 +03:00
using Kruzya.TelegramBot.Core;
2020-03-03 14:11:51 +04:00
namespace Kruzya.TelegramBot.UrlLimitations
{
public class UrlLimitations : Module
{
public UrlLimitations(Core.Core core) : base(core)
{
}
}
}