This function returns whether or not the specified server is available
This function has 1 optional field
- Guild ID (Required)
Raw Usage: $serverAvailable[guildID (optional)]
- Guild ID - The guild we're getting the info from
Without the optional field
bot.command({
name: "serverAvailable",
code: `$serverAvailable`
})
With optional field
bot.command({
name: "serverAvailable",
code: `$serverAvailable[773352845738115102]`
})