mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-19 16:33:36 +03:00
asd
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
parent
e6a3ca23ed
commit
6d6e86d7ca
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ public class SettingsCommandGroup : CommandGroup {
|
|||
/// </returns>
|
||||
[Command("settingslist")]
|
||||
[Description("Shows settings list for this server")]
|
||||
public async Task<Result> SendSettingsListAsync() {
|
||||
public async Task<Result> ListSettingsAsync() {
|
||||
if (!_context.TryGetContextIDs(out var guildId, out _, out _))
|
||||
return Result.FromError(
|
||||
new ArgumentNullError(nameof(_context), "Unable to retrieve necessary IDs from command context"));
|
||||
|
|
Loading…
Add table
Reference in a new issue