From c88fb170aefc907a1cbe40b46cc5e7d9224a0c55 Mon Sep 17 00:00:00 2001 From: Kwoth Date: Sat, 22 Oct 2016 21:30:53 +0200 Subject: [PATCH] Builds should work everywhere now --- NuGet.Config | 14 +------------- src/NadekoBot/NadekoBot.cs | 2 +- src/NadekoBot/NuGet.Config | 6 ------ 3 files changed, 2 insertions(+), 20 deletions(-) delete mode 100644 src/NadekoBot/NuGet.Config diff --git a/NuGet.Config b/NuGet.Config index 86f8b215..43992254 100644 --- a/NuGet.Config +++ b/NuGet.Config @@ -1,18 +1,6 @@  - - - + - - - - - - - - - - \ No newline at end of file diff --git a/src/NadekoBot/NadekoBot.cs b/src/NadekoBot/NadekoBot.cs index f43193ba..6e5d5e03 100644 --- a/src/NadekoBot/NadekoBot.cs +++ b/src/NadekoBot/NadekoBot.cs @@ -92,7 +92,7 @@ namespace NadekoBot ModulePrefixes = new ConcurrentDictionary(uow.BotConfig.GetOrCreate().ModulePrefixes.ToDictionary(m => m.ModuleName, m => m.Prefix)); } // start handling messages received in commandhandler - await CommandHandler.StartHandling(); + await CommandHandler.StartHandling().ConfigureAwait(false); await CommandService.LoadAssembly(Assembly.GetEntryAssembly(), depMap).ConfigureAwait(false); #if !GLOBAL_NADEKO diff --git a/src/NadekoBot/NuGet.Config b/src/NadekoBot/NuGet.Config deleted file mode 100644 index 757ac85f..00000000 --- a/src/NadekoBot/NuGet.Config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file