mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-18 16:03:36 +03:00
YOU SAW NOTHING.
This commit is contained in:
parent
63828d8926
commit
8411616eb9
1 changed files with 0 additions and 2 deletions
|
@ -202,8 +202,6 @@ public sealed class SettingsCommandGroup : CommandGroup
|
|||
IGuildOption option, string value, GuildData data, Snowflake channelId, IUser executor, IUser bot,
|
||||
CancellationToken ct = default)
|
||||
{
|
||||
Console.WriteLine(option.Value(data.Settings));
|
||||
|
||||
var equalsResult = option.ValueEquals(data.Settings, value, out var equals);
|
||||
if (!equalsResult.IsSuccess)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue