Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 537 Bytes

usdserveravailable.md

File metadata and controls

36 lines (23 loc) · 537 Bytes

$serverAvailable

This function returns whether or not the specified server is available

Fields

This function has 1 optional field

  1. Guild ID (Required)

Raw Usage: $serverAvailable[guildID (optional)]

Options

  • Guild ID - The guild we're getting the info from

Usage

Without the optional field

bot.command({
name: "serverAvailable",
code: `$serverAvailable`
})

With optional field

bot.command({
name: "serverAvailable",
code: `$serverAvailable[773352845738115102]`
})