$guildID
Returns the current guild's ID.
Usage
$guildID
Example
bot.commands.add({
type: "basicCommand",
name: "example",
code: `This guild ID is $guildID`
})

Last updated
Was this helpful?
Returns the current guild's ID.
$guildID
bot.commands.add({
type: "basicCommand",
name: "example",
code: `This guild ID is $guildID`
})
Last updated
Was this helpful?