RadarcordErisClient

src/ErisClient.ts
export default class RadarcordErisClient;

Represents a RadarcordClient for Eris.

Constructor

constructor(erisClient: Eris.Client, authorization: string);

Properties

erisClient

Represents your Eris client

Type: Eris.Client

authorization

Represents your Radarcord Authorization token.

Type: string

The methods in this class are the exact same as the RadarcordClient class, so I'm not listing them here. Please view the methods in that class to know all of that.

Last updated