Skip to content
MeowyCats2 edited this page Jul 11, 2023 · 1 revision

This represents a server in Revolution.

Properties Methods
  • name
  • id
  • abbr
  • icon
  • color
  • channels
  • roles
  • emojis
  • emotes
  • members

Properties

.name

The name of the server.

Type: String

.id

The ID of the server.

Type: String

.abbr

The abbreviation of the server.

Type: String

.icon

The link to the icon of the server.

Type: String

.color

The HEX color code of the server.

Type: String

.channels

The channels of the server.

Type: Array<Channel>

.roles

The roles in the server.

Type: Array

.emojis

The emojis in the server.

Type: String

.emotes

The emotes in the server.

Type: String

.members

The members in the server.

Type: Array

Methods

Clone this wiki locally