$afkTimeout

Returns the AFK time-out (In Seconds) for a provided guild.

Time-out

Discord automatically moves member to the specified (in the Server Settings / Can be returned via $afkChannelID) voice channel and mute them when they have been idle for longer then the inactive time-out (“inactive time-out” can be returned via $afkTimeout[] function).

Syntax

$afkTimeout[(Guild ID)]

Parameters

  • Guild ID (Type: Snowflake || Flag: Optional): The guild to get the AFK time-out.

Example

$nomention
AFK Time-out: $afkTimeout[$guildID] seconds
!example AFK Time-out: 300 seconds

What is this?

How $guildID works?