Search Results for

    Show / Hide Table of Contents

    Class GuildDeleteEventArgs

    Represents arguments for GuildDeleted event.

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

    Properties

    | Improve this Doc View Source

    Guild

    Gets the guild that was deleted.

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