welcard
Version:
WelCard is a lightweight and futuristic welcome card libary designed for Discord Bots.
12 lines (10 loc) • 379 B
TypeScript
export declare class musicCard {
constructor();
public setName(name: string): this;
public setAuthor(author: string): this;
public setColor(color: string): this;
public setBrightness(brightness: number): this;
public setThumbnail(thumbnail: string): this;
public setProgress(progress: number): this;
public build(): Promise<Buffer>;
}