[quote] Remove unused "using" directives.

This commit is contained in:
West14
2022-01-21 14:23:05 +02:00
parent a9d284dc9d
commit f944d0731a
2 changed files with 0 additions and 3 deletions
@@ -1,6 +1,5 @@
using Newtonsoft.Json;
using Newtonsoft.Json.Serialization;
using Telegram.Bot.Types;
using File = Telegram.Bot.Types.File;
namespace West.TelegramBot.ChatQuotes.Model.Quote;