From 8594dfdb9bbcd77e9388b7bb02a19ca02a1cb0fd Mon Sep 17 00:00:00 2001 From: Octol1ttle Date: Wed, 13 Dec 2023 22:44:55 +0500 Subject: [PATCH] Bump Remora.Commands to fix issue with optional slash command args (#214) Fixes an exception that would occur when a slash command that has optional arguments would be called without them. See https://github.com/Remora/Remora.Discord/issues/319 for details ![image](https://github.com/LabsDevelopment/Octobot/assets/61277953/6589dee9-4bba-484e-9f77-b23dae514f45) --- Octobot.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/Octobot.csproj b/Octobot.csproj index 7d3500b..5258c89 100644 --- a/Octobot.csproj +++ b/Octobot.csproj @@ -25,6 +25,7 @@ +