From 6d6e86d7ca9945c02c32444127658e470641b903 Mon Sep 17 00:00:00 2001 From: Octol1ttle Date: Sun, 9 Jul 2023 20:13:10 +0500 Subject: [PATCH] asd Signed-off-by: Octol1ttle --- Commands/SettingsCommandGroup.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Commands/SettingsCommandGroup.cs b/Commands/SettingsCommandGroup.cs index cc56f37..e519d37 100644 --- a/Commands/SettingsCommandGroup.cs +++ b/Commands/SettingsCommandGroup.cs @@ -43,7 +43,7 @@ public class SettingsCommandGroup : CommandGroup { /// [Command("settingslist")] [Description("Shows settings list for this server")] - public async Task SendSettingsListAsync() { + public async Task ListSettingsAsync() { if (!_context.TryGetContextIDs(out var guildId, out _, out _)) return Result.FromError( new ArgumentNullError(nameof(_context), "Unable to retrieve necessary IDs from command context"));