Skip to main content

ODSlashCommandRegisteredResult type

under construction

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

Overview

The result which will be returned when getting all (un)registered slash commands from the manager.

View Source

References

    Definition

    {registered:{cmd:api.ODSlashCommandUniversalCommand, instance:api.ODSlashCommand, requiresUpdate:boolean}[], unregistered:{cmd:null, instance:api.ODSlashCommand, requiresUpdate:true}[], unused:{cmd:api.ODSlashCommandUniversalCommand, instance:null, requiresUpdate:false}[]}