1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-04-19 16:33:36 +03:00

Update src/Commands/SettingsCommandGroup.cs

Co-authored-by: Octol1ttle <l1ttleofficial@outlook.com>
Signed-off-by: Macintosh II <95250141+mctaylors@users.noreply.github.com>
This commit is contained in:
Macintxsh 2023-08-12 23:00:18 +03:00 committed by GitHub
parent e60ee447c0
commit f056ecebc1
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,9 +62,9 @@ public class SettingsCommandGroup : CommandGroup
}
/// <summary>
/// A slash command that lists current per-guild GuildSettings.
/// A slash command that sends a page from the list of current GuildSettings.
/// </summary>
/// <param name="page">The page number.</param>
/// <param name="page">The number of the page to send.</param>
/// <returns>
/// A feedback sending result which may or may not have succeeded.
/// </returns>