Class ServerBanManager

The manager of bans that belong to a server.

Example

new ServerBanManager(server);

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

cache: CacheCollection<string, ServerBan>

This cache of the manager.

client: Client

The client the manager belongs to.

server: Server

The server the bans belongs to.

Methods