diff --git a/DiscordBot/Installer.cs b/DiscordBot/Installer.cs index 4a596c2..2d8eeb8 100644 --- a/DiscordBot/Installer.cs +++ b/DiscordBot/Installer.cs @@ -48,6 +48,7 @@ public static class Installer Console.WriteLine("The plugin database is required to run the bot but there is nothing configured yet."); Console.WriteLine("Downloading the default database..."); await DownloadPluginDatabase(); + } private static async Task DownloadPluginDatabase(