From cb353945318b3ff3c3b148f4ac0ff78e2d6b197a Mon Sep 17 00:00:00 2001 From: CloudTheWolf Date: Wed, 12 Apr 2023 22:05:22 +0100 Subject: [PATCH] Update Dependencies to latest DSharpPlus --- .../CloudTheWolf.DSharpPlus.Scaffolding.Worker.csproj | 10 +++++----- CloudTheWolf.DSharpPlus.Scaffolding.Worker/ShardBot.cs | 4 ---- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/CloudTheWolf.DSharpPlus.Scaffolding.Worker/CloudTheWolf.DSharpPlus.Scaffolding.Worker.csproj b/CloudTheWolf.DSharpPlus.Scaffolding.Worker/CloudTheWolf.DSharpPlus.Scaffolding.Worker.csproj index 519f087..e7b3b0d 100644 --- a/CloudTheWolf.DSharpPlus.Scaffolding.Worker/CloudTheWolf.DSharpPlus.Scaffolding.Worker.csproj +++ b/CloudTheWolf.DSharpPlus.Scaffolding.Worker/CloudTheWolf.DSharpPlus.Scaffolding.Worker.csproj @@ -20,11 +20,11 @@ - - - - - + + + + + diff --git a/CloudTheWolf.DSharpPlus.Scaffolding.Worker/ShardBot.cs b/CloudTheWolf.DSharpPlus.Scaffolding.Worker/ShardBot.cs index 6e69814..0b23ec5 100644 --- a/CloudTheWolf.DSharpPlus.Scaffolding.Worker/ShardBot.cs +++ b/CloudTheWolf.DSharpPlus.Scaffolding.Worker/ShardBot.cs @@ -9,14 +9,10 @@ using DSharpPlus.Lavalink; using DSharpPlus.VoiceNext; using Microsoft.Extensions.Logging; -using System; using System.Collections.Generic; -using System.Collections.Immutable; -using System.Linq; using System.Threading; using System.Threading.Tasks; using DSharpPlus.SlashCommands; -using Emzi0767.Utilities; using Microsoft.Extensions.Configuration; namespace CloudTheWolf.DSharpPlus.Scaffolding.Worker