mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-01-31 01:25:22 +01:00
clean up usings
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
using System;
|
||||
using System.IO;
|
||||
using System.IO;
|
||||
using System.Net;
|
||||
using System.Net.Http;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using System;
|
||||
using System.IO;
|
||||
using System.IO;
|
||||
using System.Net;
|
||||
using System.Net.Http;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.IO.Compression;
|
||||
using System.IO.Hashing;
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace IrdLibraryClient.POCOs;
|
||||
|
||||
|
||||
@@ -1,9 +1,7 @@
|
||||
using System;
|
||||
using System.IO;
|
||||
using System.Net;
|
||||
using System.Net.Http;
|
||||
using System.Net.Http.Json;
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Text.Json;
|
||||
using System.Text.Json.Serialization;
|
||||
using System.Text.RegularExpressions;
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using System.IO;
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using CompatApiClient;
|
||||
using CompatApiClient.Utils;
|
||||
using CompatBot.Database;
|
||||
|
||||
@@ -3,7 +3,6 @@ using System.Globalization;
|
||||
using System.IO;
|
||||
using System.Net.Http;
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Text.RegularExpressions;
|
||||
using CompatApiClient.Compression;
|
||||
using CompatApiClient.Utils;
|
||||
using CompatBot.Commands.Attributes;
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using System.Text.RegularExpressions;
|
||||
using CompatApiClient;
|
||||
using CompatApiClient;
|
||||
using CompatApiClient.Utils;
|
||||
using CompatBot.Commands.Attributes;
|
||||
using CompatBot.Database;
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using System.Text.RegularExpressions;
|
||||
using CompatBot.Commands.Attributes;
|
||||
using CompatBot.Commands.Attributes;
|
||||
using CompatBot.Database;
|
||||
using CompatBot.EventHandlers;
|
||||
using CompatBot.ThumbScrapper;
|
||||
|
||||
@@ -9,7 +9,6 @@ using CompatBot.Database;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using NLog;
|
||||
using SharpCompress.Common;
|
||||
using SharpCompress.Compressors;
|
||||
using SharpCompress.Compressors.Deflate;
|
||||
using SharpCompress.Writers;
|
||||
using SharpCompress.Writers.Zip;
|
||||
|
||||
@@ -16,10 +16,8 @@ using SixLabors.ImageSharp.Processing;
|
||||
using Color = SixLabors.ImageSharp.Color;
|
||||
using FontStyle = SixLabors.Fonts.FontStyle;
|
||||
using Image = SixLabors.ImageSharp.Image;
|
||||
using PointF = SixLabors.ImageSharp.PointF;
|
||||
using Rectangle = SixLabors.ImageSharp.Rectangle;
|
||||
using RectangleF = SixLabors.ImageSharp.RectangleF;
|
||||
using Size = SixLabors.ImageSharp.Size;
|
||||
using SystemFonts = SixLabors.Fonts.SystemFonts;
|
||||
|
||||
namespace CompatBot.Commands;
|
||||
|
||||
@@ -4,7 +4,6 @@ using CompatBot.Commands;
|
||||
using CompatBot.EventHandlers;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using Microsoft.Extensions.Caching.Memory;
|
||||
using NLog;
|
||||
using NReco.Text;
|
||||
|
||||
namespace CompatBot.Database.Providers;
|
||||
|
||||
@@ -6,7 +6,6 @@ using CompatBot.EventHandlers.LogParsing.ArchiveHandlers;
|
||||
using Google.Apis.Auth.OAuth2;
|
||||
using Google.Apis.Download;
|
||||
using Google.Apis.Drive.v3;
|
||||
using Google.Apis.Services;
|
||||
using FileMeta = Google.Apis.Drive.v3.Data.File;
|
||||
|
||||
namespace CompatBot.EventHandlers.LogParsing.SourceHandlers;
|
||||
|
||||
@@ -3,7 +3,6 @@ using System.Net.Http;
|
||||
using System.Text.RegularExpressions;
|
||||
using CompatBot.EventHandlers.LogParsing.ArchiveHandlers;
|
||||
using OneDriveClient;
|
||||
using OneDriveClient.POCOs;
|
||||
|
||||
namespace CompatBot.EventHandlers.LogParsing.SourceHandlers;
|
||||
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
using System.Drawing;
|
||||
using System.IO;
|
||||
using System.Runtime.InteropServices;
|
||||
using ColorThiefDotNet;
|
||||
using SixLabors.ImageSharp.PixelFormats;
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using System.Buffers;
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
using System.Globalization;
|
||||
using System.Text.RegularExpressions;
|
||||
using CompatBot.Utils.Extensions;
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using System.Collections.Specialized;
|
||||
using System.Text.RegularExpressions;
|
||||
using CompatApiClient.Utils;
|
||||
using CompatBot.EventHandlers.LogParsing;
|
||||
|
||||
|
||||
@@ -4,7 +4,6 @@ using CompatApiClient.POCOs;
|
||||
using CompatApiClient.Utils;
|
||||
using CompatBot.Database;
|
||||
using CompatBot.Database.Providers;
|
||||
using Microsoft.Extensions.Caching.Memory;
|
||||
|
||||
namespace CompatBot.Utils.ResultFormatters;
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using System.IO;
|
||||
using System.Text.RegularExpressions;
|
||||
using CompatApiClient.Utils;
|
||||
using CompatBot.Database.Providers;
|
||||
using CompatBot.ThumbScrapper;
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using System.Globalization;
|
||||
using System.IO;
|
||||
using System.IO;
|
||||
using System.Text.RegularExpressions;
|
||||
using CompatApiClient.POCOs;
|
||||
using CompatApiClient.Utils;
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using CompatBot.EventHandlers;
|
||||
using CompatBot.Utils;
|
||||
using CompatBot.Utils.Extensions;
|
||||
|
||||
Reference in New Issue
Block a user