Skip to main content

ODTextCommandErrorBase 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 error callback.

View Source

Properties

References

    Properties


    msg type discord.Message

    The message this error originates from

    View Source


    type type "unknown_prefix"|"unknown_command"|"invalid_option"|"missing_option"

    The type of text command error

    View Source