mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-05-02 20:19:55 +03:00
this commit is illegal
This commit is contained in:
parent
07e8784d2e
commit
e0161037bb
8 changed files with 63 additions and 3 deletions
|
@ -6,7 +6,9 @@ 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);
|
||||
Result Reset(JsonNode settings);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue