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"));