From e2432023394f74b4b0134364d6e0866a4505a823 Mon Sep 17 00:00:00 2001 From: Abitofevrything <54505189+abitofevrything@users.noreply.github.com> Date: Thu, 23 Nov 2023 11:07:49 +0100 Subject: [PATCH] Fix ignoring CommandsPlugin.guild when creating commands (#145) --- lib/src/commands.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/commands.dart b/lib/src/commands.dart index cd62c03..082704f 100644 --- a/lib/src/commands.dart +++ b/lib/src/commands.dart @@ -362,7 +362,7 @@ class CommandsPlugin extends NyxxPlugin implements CommandGroup