[store] disable store command for bots, cleanup

This commit is contained in:
West14
2022-05-10 19:11:01 +03:00
parent 0aea2fac42
commit 2bffddd57c
2 changed files with 7 additions and 5 deletions
+1 -3
View File
@@ -1,8 +1,6 @@
using System.Reflection;
using Kruzya.TelegramBot.Core;
using Kruzya.TelegramBot.Core;
using Microsoft.Extensions.DependencyInjection;
using West.TelegramBot.ContentStore.Service;
using Module = Kruzya.TelegramBot.Core.Module;
namespace West.TelegramBot.ContentStore;