Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GuildScheduledEventMethods

Methods for interacting with Guild Scheduled Events

Hierarchy

  • GuildScheduledEventMethods

Index

Constructors

  • Create a new Guild Scheduled Event Method Handler

    Usually SnowTransfer creates a method handler for you, this is here for completion

    You can access the methods listed via client.guildscheduledevent.method, where client is an initialized SnowTransfer instance

    Parameters

    Returns <internal>.GuildScheduledEventMethods

Properties

requestHandler: <internal>.RequestHandler

Methods

  • deleteGuildScheduledEvent(guildId: string, eventId: string): Promise<void>
  • Delete a specific scheduled event for a guild

    Parameters

    • guildId: string

      The Id of the guild

    • eventId: string

      The Id of the event

    Returns Promise<void>

    Resolves the promise on successful execution

    Permissions needed Condition
    MANAGE_EVENTS always
    MANAGE_CHANNELS If entity_type is STAGE_INSTANCE
    MUTE_MEMBERS If entity_type is STAGE_INSTANCE
    MOVE_MEMBERS If entity_type is STAGE_INSTANCE
    VIEW_CHANNEL If entity_type is VOICE
    CONNECT If entity_type is VOICE

Generated using TypeDoc