diff --git a/src/Commands/SettingsCommandGroup.cs b/src/Commands/SettingsCommandGroup.cs
index 8377a57..61be402 100644
--- a/src/Commands/SettingsCommandGroup.cs
+++ b/src/Commands/SettingsCommandGroup.cs
@@ -62,9 +62,9 @@ public class SettingsCommandGroup : CommandGroup
}
///
- /// A slash command that lists current per-guild GuildSettings.
+ /// A slash command that sends a page from the list of current GuildSettings.
///
- /// The page number.
+ /// The number of the page to send.
///
/// A feedback sending result which may or may not have succeeded.
///