$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