mirror of
https://github.com/Bubuni-Team/telegram-bot.git
synced 2026-07-31 00:29:24 +03:00
[core] move core handlers into subfolder
This commit is contained in:
@@ -9,6 +9,7 @@ using Kruzya.TelegramBot.Core;
|
||||
using Kruzya.TelegramBot.Core.AutoDelete;
|
||||
using Kruzya.TelegramBot.Core.Data;
|
||||
using Kruzya.TelegramBot.Core.Extensions;
|
||||
using Kruzya.TelegramBot.Core.Handler;
|
||||
using Kruzya.TelegramBot.Core.Service;
|
||||
using Telegram.Bot;
|
||||
using Telegram.Bot.Types;
|
||||
|
||||
@@ -15,6 +15,7 @@ using System.Collections.Concurrent;
|
||||
using Telegram.Bot.Types.Enums;
|
||||
using Telegram.Bot.Types;
|
||||
using Microsoft.AspNetCore.Components.Forms;
|
||||
using Kruzya.TelegramBot.Core.Handler;
|
||||
|
||||
namespace West.Entertainment.Handler;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user