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