Skip to content

Commit

Permalink
Remove unused usings
Browse files Browse the repository at this point in the history
  • Loading branch information
Pasi4K5 committed Dec 7, 2024
1 parent 4302e23 commit 6f6f121
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/Numerous.Bot/Discord/Events/MudaeMessageHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
using Discord;
using Discord.WebSocket;
using Numerous.Bot.Discord.Util;
using Numerous.Common;
using Numerous.Common.Services;

namespace Numerous.Bot.Discord.Events;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
using Discord.Interactions;
using Discord.WebSocket;
using Numerous.Bot.Discord.Util;
using Numerous.Common;
using Numerous.Common.Config;
using Numerous.Common.Services;
using Numerous.Common.Util;
Expand Down
1 change: 0 additions & 1 deletion src/Numerous.Bot/Exclusive/StarReactPreventionService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

using Discord;
using Discord.WebSocket;
using Numerous.Common;
using Numerous.Common.Config;
using Numerous.Common.Services;

Expand Down
1 change: 0 additions & 1 deletion src/Numerous.Bot/Osu/MapFeedService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
using Numerous.Bot.Discord.Util;
using Numerous.Bot.Util;
using Numerous.Bot.Web.Osu;
using Numerous.Common;
using Numerous.Common.Services;
using Numerous.Common.Util;
using Numerous.Database.Context;
Expand Down

0 comments on commit 6f6f121

Please sign in to comment.