@@ -35,6 +35,11 @@ public class ActionRowBuilder : IMessageComponentBuilder, IInteractableComponent
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new <see cref="ActionRowBuilder"/>.
|
||||
/// </summary>
|
||||
public ActionRowBuilder() { }
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new <see cref="ActionRowBuilder"/>.
|
||||
/// </summary>
|
||||
|
||||
@@ -23,6 +23,11 @@ public class ComponentBuilderV2 : IStaticComponentContainer
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of <see cref="ComponentBuilderV2"/>.
|
||||
/// </summary>
|
||||
public ComponentBuilderV2() { }
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of <see cref="ComponentBuilderV2"/>.
|
||||
/// </summary>
|
||||
|
||||
@@ -32,6 +32,11 @@ public class ContainerBuilder : IMessageComponentBuilder, IStaticComponentContai
|
||||
/// </summary>
|
||||
public bool? IsSpoiler { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new <see cref="ContainerBuilder"/>.
|
||||
/// </summary>
|
||||
public ContainerBuilder() { }
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new <see cref="ContainerBuilder"/>.
|
||||
/// </summary>
|
||||
|
||||
@@ -38,6 +38,11 @@ public class SectionBuilder : IMessageComponentBuilder, IStaticComponentContaine
|
||||
set => _components = value ?? throw new ArgumentNullException(nameof(value), $"{nameof(Components)} cannot be null.");
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new <see cref="SectionBuilder"/>.
|
||||
/// </summary>
|
||||
public SectionBuilder() { }
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new <see cref="SectionBuilder"/>.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user