mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-20 00:43: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:
parent
e60ee447c0
commit
f056ecebc1
1 changed files with 2 additions and 2 deletions
|
@ -62,9 +62,9 @@ public class SettingsCommandGroup : CommandGroup
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// A slash command that lists current per-guild GuildSettings.
|
/// A slash command that sends a page from the list of current GuildSettings.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="page">The page number.</param>
|
/// <param name="page">The number of the page to send.</param>
|
||||||
/// <returns>
|
/// <returns>
|
||||||
/// A feedback sending result which may or may not have succeeded.
|
/// A feedback sending result which may or may not have succeeded.
|
||||||
/// </returns>
|
/// </returns>
|
||||||
|
|
Loading…
Add table
Reference in a new issue