Skip to main content

ODTextCommandErrorMissingOption interface

under construction

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

Overview

The object returned from a text command missing option error callback.

View Source

Properties


command class api.ODTextCommand

The command this error originates from

View Source


location number number

The location that this option was found

View Source


inherited msg type discord.Message

The message this error originates from

View Source


name string string

The command name this error originates from (can include spaces for subcommands)

View Source


option type api.ODTextCommandBuilderOption

The option that this error originates from

View Source


prefix string string

The command prefix this error originates from

View Source


type type "missing_option"

The type of text command error

View Source