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