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