generator bug fix
This commit is contained in:
@@ -7,7 +7,6 @@ using Microsoft.Extensions.Options;
|
||||
using Telegram.Bot;
|
||||
using Telegrator;
|
||||
using Telegrator.Core;
|
||||
using Telegrator.Hosting.Configuration;
|
||||
using Telegrator.Providers;
|
||||
|
||||
#pragma warning disable IDE0001
|
||||
|
||||
@@ -3,7 +3,7 @@ using Microsoft.Extensions.DependencyInjection;
|
||||
using Microsoft.Extensions.Hosting;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using Telegrator.Core;
|
||||
using Telegrator.Hosting.Providers;
|
||||
using Telegrator.Providers;
|
||||
|
||||
#pragma warning disable IDE0001
|
||||
namespace Telegrator.Hosting
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using System.Reflection;
|
||||
using Telegrator.Configuration;
|
||||
using Telegrator.Core;
|
||||
using Telegrator.Core.Descriptors;
|
||||
using Telegrator.Hosting;
|
||||
|
||||
@@ -17,7 +17,6 @@ using Telegrator.Core;
|
||||
using Telegrator.Core.Descriptors;
|
||||
using Telegrator.Handlers;
|
||||
using Telegrator.Hosting;
|
||||
using Telegrator.Hosting.Configuration;
|
||||
using Telegrator.Logging;
|
||||
using Telegrator.Polling;
|
||||
using Telegrator.Providers;
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using Telegram.Bot.Types;
|
||||
using Telegrator.Handlers.Components;
|
||||
|
||||
namespace Telegrator.Localized
|
||||
{
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
using System.Collections;
|
||||
using Telegram.Bot.Types;
|
||||
using Telegram.Bot.Types.Enums;
|
||||
using Telegrator.Configuration;
|
||||
using Telegrator.Core;
|
||||
|
||||
namespace Telegrator.Core.Descriptors
|
||||
{
|
||||
|
||||
@@ -5,7 +5,6 @@ using Telegrator.Core.Attributes;
|
||||
using Telegrator.Core.Descriptors;
|
||||
using Telegrator.Core.Filters;
|
||||
using Telegrator.Handlers;
|
||||
using Telegrator.MadiatorCore;
|
||||
|
||||
namespace Telegrator.Core.Handlers
|
||||
{
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using Telegrator.Core.Descriptors;
|
||||
using Telegrator.MadiatorCore;
|
||||
|
||||
namespace Telegrator.Core.Handlers
|
||||
{
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Text;
|
||||
using System.Text;
|
||||
using Telegram.Bot;
|
||||
using Telegram.Bot.Polling;
|
||||
using Telegram.Bot.Types;
|
||||
@@ -10,7 +9,6 @@ using Telegrator.Core.Filters;
|
||||
using Telegrator.Core.Handlers;
|
||||
using Telegrator.Handlers.Diagnostics;
|
||||
using Telegrator.Logging;
|
||||
using Telegrator.Polling;
|
||||
|
||||
namespace Telegrator.Mediation
|
||||
{
|
||||
|
||||
@@ -3,7 +3,6 @@ using Telegram.Bot.Polling;
|
||||
using Telegrator.Core;
|
||||
using Telegrator.Logging;
|
||||
using Telegrator.Mediation;
|
||||
using Telegrator.Polling;
|
||||
using Telegrator.Providers;
|
||||
|
||||
namespace Telegrator
|
||||
|
||||
Reference in New Issue
Block a user