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

15 lines
354 B
C#

using System;
using Kruzya.TelegramBot.Core;
using Kruzya.TelegramBot.Core.Data;
using Kruzya.TelegramBot.Core.Extensions;
using Microsoft.Extensions.DependencyInjection;
namespace Kruzya.TelegramBot.UrlLimitations
{
public class UrlLimitations : Module
{
public UrlLimitations(Core.Core core) : base(core)
{
}
}
}