diff --git a/CollabBot/DiscordCommands.cs b/CollabBot/DiscordCommands.cs index 3592d1b..1fe3e44 100644 --- a/CollabBot/DiscordCommands.cs +++ b/CollabBot/DiscordCommands.cs @@ -2,7 +2,6 @@ using System.Text.Json; using System.Text.RegularExpressions; using DSharpPlus.Entities; using DSharpPlus.SlashCommands; -using Microsoft.VisualBasic; namespace CollabBot;