mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-05-18 11:44:45 +03:00
style: Option -> GuildOption
This commit is contained in:
parent
3e6240f4b8
commit
a1816a9ac1
8 changed files with 14 additions and 14 deletions
|
@ -7,7 +7,7 @@ using TeamOctolings.Octobot.Extensions;
|
|||
|
||||
namespace TeamOctolings.Octobot.Data.Options;
|
||||
|
||||
public sealed partial class SnowflakeOption : Option<Snowflake>
|
||||
public sealed partial class SnowflakeOption : GuildOption<Snowflake>
|
||||
{
|
||||
public SnowflakeOption(string name) : base(name, 0UL.ToSnowflake()) { }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue