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

YOU SAW NOTHING.

This commit is contained in:
Macintxsh 2024-07-21 00:16:23 +05:00
parent 63828d8926
commit 8411616eb9
Signed by: mctaylors
GPG key ID: 4EEF4F949A266EE2

View file

@ -202,8 +202,6 @@ public sealed class SettingsCommandGroup : CommandGroup
IGuildOption option, string value, GuildData data, Snowflake channelId, IUser executor, IUser bot, IGuildOption option, string value, GuildData data, Snowflake channelId, IUser executor, IUser bot,
CancellationToken ct = default) CancellationToken ct = default)
{ {
Console.WriteLine(option.Value(data.Settings));
var equalsResult = option.ValueEquals(data.Settings, value, out var equals); var equalsResult = option.ValueEquals(data.Settings, value, out var equals);
if (!equalsResult.IsSuccess) if (!equalsResult.IsSuccess)
{ {