From b4196f8e8d255deedf7f689e40005d42ab8c7ce3 Mon Sep 17 00:00:00 2001 From: Elijah R Date: Sun, 21 Apr 2024 13:53:55 -0400 Subject: [PATCH] the fuck is that doing there --- CollabBot/DiscordCommands.cs | 1 - 1 file changed, 1 deletion(-) 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;