Function customLeaderboard
- customLeaderboard(users, options?): Promise<Buffer>
Parameters
options: {
current?: LeaderboardCustomUser;
minify?: boolean;
prefix?: Nullable<string>;
showIndexColor?: boolean;
suffix?: Nullable<string>;
} = {}
Optional minify?: boolean
Optional prefix?: Nullable<string>
Optional showIndexColor?: boolean
Optional suffix?: Nullable<string>
Returns Promise<Buffer>