Skip to main content

ODTextCommandErrorInvalidOption 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 invalid 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


reason type api.ODTextCommandErrorInvalidOptionReason

The reason for this invalid option

View Source


type type "invalid_option"

The type of text command error

View Source


value string string

The current value of this invalid option

View Source