Returns `true` if a guild is available. Otherwise, function returns `false`. Pertains to guild outages.
FUNCTION USAGE
$guildAvailable
$guildAvailable[]
$guildAvailable[guildID]
Properties:
[] - Leave brackets empty to return the availability for the current guild. Same as no brackets.
guildID - Supplying a guild ID will return the output of that server.
Bot must be in that guild to read the data.
Example 1: Returning data from the current guild. True = available. False = Outage
bot.Command({
name: "outage",
code: `
$guildAvailable
`
})
Example 1: Returning data from a specific guild. True = available. False = Outage