From cb5eba8d9af4729e0a9e3c0897ea919fea86c748 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20G=C3=B3mez=20Cuenca?= Date: Tue, 8 Dec 2020 13:04:51 +0100 Subject: [PATCH] Deleted using not necesary --- Bot_Discord_CSharp/Program.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Bot_Discord_CSharp/Program.cs b/Bot_Discord_CSharp/Program.cs index a070efa..abcee1d 100644 --- a/Bot_Discord_CSharp/Program.cs +++ b/Bot_Discord_CSharp/Program.cs @@ -1,5 +1,4 @@ -using Cqrs.Hosts; -using ikvm.runtime; +using ikvm.runtime; using Microsoft.AspNetCore; using Microsoft.AspNetCore.Hosting; using System;