1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-04-30 02:59:54 +03:00

Fixed variables

This commit is contained in:
mctaylors 2022-12-06 18:27:39 +03:00
parent 15c42a6ef5
commit 77c1e90ede
2 changed files with 3 additions and 3 deletions

View file

@ -33,7 +33,7 @@ public sealed class SettingsCommand : ICommand {
.AppendFormat(format, currentValue).AppendLine();
}
cmd.Reply(currentSettings.ToString(), ReplyEmojis.Settings);
cmd.Reply(currentSettings.ToString(), ReplyEmojis.SettingsList);
currentSettings.Clear();
return Task.CompletedTask;
}