Skip to content

$guildRandomID

$guildRandomID will return a random guild ID.

Usage

$guildRandomID

Example(s)

This will return a random guild if of the guild’s your bot is a member of:

1
client.command({
2
name: "guildRandomID",
3
code: `
4
$guildRandomID
5
`
6
});