From 6543b93a67a14ffa6f184e28b67912df7e314315 Mon Sep 17 00:00:00 2001 From: Dennis Kobert Date: Sun, 5 May 2019 21:45:13 +0200 Subject: fixed Properties load path --- DiscoBot/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DiscoBot/Program.cs') diff --git a/DiscoBot/Program.cs b/DiscoBot/Program.cs index 5dc69c1..9675b48 100644 --- a/DiscoBot/Program.cs +++ b/DiscoBot/Program.cs @@ -53,7 +53,7 @@ namespace DiscoBot this.client.MessageReceived += this.HandleCommandAsync; // Discover all of the commands in this assembly and load them. - return this.commands.AddModulesAsync(Assembly.GetEntryAssembly()); + return this.commands.AddModulesAsync(Assembly.GetEntryAssembly(), services); } public async Task HandleCommandAsync(SocketMessage messageParam) -- cgit v1.2.3-54-g00ecf