@antiraid-ext/lockdowns/guilddata
API reference for @antiraid-ext/lockdowns/guilddata
@antiraid-ext/lockdowns/guilddata
Types
GuildData
Base guild data
Raw Type
--- Base guild data
type GuildData = {
guild: discord.GuildObject,
channels: {discord.ChannelObject}
}
Prop | Type | Description |
---|---|---|
guild | - | |
channels | - |
Functions
guildData
Returns the guild data for the current context
Function Signature
--- Returns the guild data for the current context
function guildData(ctx: Primitives.TemplateContext) -> GuildData end
Arguments
ctx
Returns
ret1
Last updated on