mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-19 16:33:36 +03:00
aight resharper chill bro gahdamn
This commit is contained in:
parent
8411616eb9
commit
2c2bbfd8e4
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@ namespace TeamOctolings.Octobot.Data.Options;
|
||||||
public interface IGuildOption
|
public interface IGuildOption
|
||||||
{
|
{
|
||||||
string Name { get; }
|
string Name { get; }
|
||||||
string Value(JsonNode settings);
|
|
||||||
string Display(JsonNode settings);
|
string Display(JsonNode settings);
|
||||||
Result ValueEquals(JsonNode settings, string value, out bool equals);
|
Result ValueEquals(JsonNode settings, string value, out bool equals);
|
||||||
Result Set(JsonNode settings, string from);
|
Result Set(JsonNode settings, string from);
|
||||||
|
|
Loading…
Add table
Reference in a new issue