DiscordBase

Signature

export declare class DiscordBase<Data extends Record<string, any> = {id: string; }> extends Base

Properties

get createdTimestamp(): number;

Create a timestamp for the current object.

get createdAt(): Date;

createdAt gets the creation Date instace of the current object.

Methods