Search Results for

    Show / Hide Table of Contents

    Class GuildCreateEventArgs

    Represents arguments for GuildCreated event.

    Inheritance
    Object
    KuracordEventArgs
    GuildCreateEventArgs
    Namespace: KSharpPlus.EventArgs.Guild
    Assembly: KSharpPlus.dll
    Syntax
    public class GuildCreateEventArgs : KuracordEventArgs

    Properties

    | Improve this Doc View Source

    Guild

    Gets the guild that was created.

    Declaration
    public KuracordGuild Guild { get; }
    Property Value
    Type Description
    KuracordGuild
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2023 KSharpPlus Contributors