$channelGuildID
Returns the guild ID that this channel belongs to.
Usage
$channelGuildID or $channelGuildID[channelID]Param
Description
Type
Required
Example
bot.commands.add({
type: "basicCommand",
name: "example",
code: `$channelGuildID[775821524925022228]`
})Last updated
Was this helpful?