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