From adb4262237964555408e028adf8f42bb004f34bb Mon Sep 17 00:00:00 2001 From: Fennel Date: Fri, 24 Apr 2020 17:50:34 -0400 Subject: [PATCH] Remove Extraneous Using Alias --- PluralKit.Bot/Commands/SystemFront.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PluralKit.Bot/Commands/SystemFront.cs b/PluralKit.Bot/Commands/SystemFront.cs index 1abe995b..1ceac707 100644 --- a/PluralKit.Bot/Commands/SystemFront.cs +++ b/PluralKit.Bot/Commands/SystemFront.cs @@ -1,4 +1,4 @@ -using ArgumentException = System.ArgumentException; +using System; using System.Linq; using System.Threading.Tasks;