Skip to main content

ODCommandResponderInstance class

under construction

We are still working the API Reference! This page might be incomplete or doesn't contain all details!

Overview

This is an Open Ticket command responder instance.

An instance is an active slash interaction or used text command. You can reply to the command using reply() for both slash & text commands.

View Source

Properties


channel type discord.TextBasedChannel

The channel where this command was triggered.

View Source


cmd type api.ODSlashCommand|api.ODTextCommand

The command wich is the source of this instance.

View Source


didReply boolean boolean

Did a worker already reply to this instance/interaction?

View Source


guild type null|discord.Guild

The guild where this command was triggered.

View Source


interaction type discord.ChatInputCommandInteraction|discord.Message

The interaction which is the source of this instance.

View Source


member type null|discord.GuildMember

The guild member who triggered this command.

View Source


options class api.ODCommandResponderInstanceOptions

The manager for all options of this command.

View Source


type type "interaction"|"message"

The type/source of instance. (from text or slash command)

View Source


user type discord.User

The user who triggered this command.

View Source


Methods


constructor() function api.ODCommandResponderInstance

(no description)

View Parameters (5)

View Source


defer() function Promise

Defer this command.

View Parameters (1)
  • ephemeral: boolean boolean - Parameter Description Lorem Ipsum.

View Source


modal() function Promise

Show a modal as reply to this command.

View Parameters (1)

View Source


reply() function Promise

Reply to this command.

View Parameters (1)

View Source


Defaults

under construction

We're still working on this part of the documentation!

Examples

under construction

We're still working on this part of the documentation!