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.
Properties
Methods
constructor()
function ➜ api.ODCommandResponderInstanceOptions
(no description)
View Parameters (3)
interaction
: type ➜discord.ChatInputCommandInteraction|discord.Message
- Parameter Description Lorem Ipsum.cmd
: type ➜api.ODSlashCommand|api.ODTextCommand
- Parameter Description Lorem Ipsum.options
: array ➜api.ODTextCommandInteractionOption[]
- Parameter Description Lorem Ipsum.
getBoolean()
function ➜ boolean
Get a boolean option.
View Parameters (2)
name
: string ➜string
- Parameter Description Lorem Ipsum.required
: type ➜true
- Parameter Description Lorem Ipsum.
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.
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.
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.
getNumber()
function ➜ number
Get a number option.
View Parameters (2)
name
: string ➜string
- Parameter Description Lorem Ipsum.required
: type ➜true
- Parameter Description Lorem Ipsum.
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.
getString()
function ➜ string
Get a string option.
View Parameters (2)
name
: string ➜string
- Parameter Description Lorem Ipsum.required
: type ➜true
- Parameter Description Lorem Ipsum.
getSubCommand()
function ➜ null|string
Get a subcommand.
getSubGroup()
function ➜ null|string
Get a subgroup.
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.
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!