DiscordLua
discorddiscord
v1.2.4
Install

GuildApplicationCommandManager

Manager
On this page

GuildApplicationCommandManager is the cache and REST facade for GuildApplicationCommand objects owned by the parent. Typical calls are fetch, create, edit, delete, resolve, and resolveId.

manager Module 1.2.4 Source

Constructor

GuildApplicationCommandManager.new(client, guild)

The class table is callable, so GuildApplicationCommandManager(client, guild) is the same as .new.

NameTypeRequiredBehavior
client any required Passed through to the implementation as written.
guild any required Passed through to the implementation as written.
lua
local discord = require("discord")
local object = discord.GuildApplicationCommandManager({}, {})

Examples

lua
local discord = require("discord")
local object = discord.GuildApplicationCommandManager({})

ApplicationCommandManager · ApplicationCommandPermissionsManager · ApplicationEmojiManager · AutoModerationRuleManager · BaseGuildEmojiManager · BaseManager · CachedManager · CategoryChannelChildManager

Version: discord 1.2.4 · runtime 1.0.0

Search Ctrl K Navigate Open Esc