Skip to content

Commit

Permalink
aight resharper chill bro gahdamn
Browse files Browse the repository at this point in the history
  • Loading branch information
mctaylors committed Jul 20, 2024
1 parent 8411616 commit 2c2bbfd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion TeamOctolings.Octobot/Data/Options/IGuildOption.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ namespace TeamOctolings.Octobot.Data.Options;
public interface IGuildOption
{
string Name { get; }
string Value(JsonNode settings);
string Display(JsonNode settings);
Result ValueEquals(JsonNode settings, string value, out bool equals);
Result Set(JsonNode settings, string from);
Expand Down

0 comments on commit 2c2bbfd

Please sign in to comment.