Skip to main content

ODCommandResponderInstanceOptions 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 options manager.

This class will manage all options & subcommands from slash & text commands.

View Source

Properties

Methods


constructor() function api.ODCommandResponderInstanceOptions

(no description)

View Parameters (3)

View Source


getBoolean() function boolean

Get a boolean option.

View Parameters (2)
  • name: string string - Parameter Description Lorem Ipsum.
  • required: type true - Parameter Description Lorem Ipsum.

View Source


getChannel() function discord.CategoryChannel|discord.NewsChannel|discord.StageChannel|discord.TextChannel|discord.VoiceChannel|discord.ForumChannel|discord.MediaChannel

Get a channel option.

View Parameters (2)
  • name: string string - Parameter Description Lorem Ipsum.
  • required: type true - Parameter Description Lorem Ipsum.

View Source


getGuildMember() function discord.GuildMember

Get a guild member option.

View Parameters (2)
  • name: string string - Parameter Description Lorem Ipsum.
  • required: type true - Parameter Description Lorem Ipsum.

View Source


getMentionable() function discord.User|discord.Role|discord.GuildMember

Get a mentionable option.

View Parameters (2)
  • name: string string - Parameter Description Lorem Ipsum.
  • required: type true - Parameter Description Lorem Ipsum.

View Source


getNumber() function number

Get a number option.

View Parameters (2)
  • name: string string - Parameter Description Lorem Ipsum.
  • required: type true - Parameter Description Lorem Ipsum.

View Source


getRole() function discord.Role

Get a role option.

View Parameters (2)
  • name: string string - Parameter Description Lorem Ipsum.
  • required: type true - Parameter Description Lorem Ipsum.

View Source


getString() function string

Get a string option.

View Parameters (2)
  • name: string string - Parameter Description Lorem Ipsum.
  • required: type true - Parameter Description Lorem Ipsum.

View Source


getSubCommand() function null|string

Get a subcommand.

View Source


getSubGroup() function null|string

Get a subgroup.

View Source


getUser() function discord.User

Get a user option.

View Parameters (2)
  • name: string string - Parameter Description Lorem Ipsum.
  • required: type true - Parameter Description Lorem Ipsum.

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!