$guildAFKChannelID
$guildAFKChannelID
will return a guild’s AFK voice channel
Usage
$guildAFKChannelID[guildID?]
Parameters
Field | Type | Description | Required |
---|---|---|---|
guildID? | number | The ID of the guild. | true |
Example(s)
This will return the AFK voice channel of your guild:
1client.command({2 name: "guildAFKChannelID",3 code: `4 $guildAFKChannelID5 `6});