discordbotlist
Version:
Integrate with discordbotlist.com and support voting rewards and promote your bot's stats on the website.
10 lines • 335 B
TypeScript
import type { Client } from "discord.js";
import type { BotStats } from "../../api";
import { BaseAdapter } from "./base";
export declare class DjsAdapter extends BaseAdapter {
protected client: Client<true>;
botId: string;
constructor(client: Client<true>);
getBotStats(): BotStats;
}
//# sourceMappingURL=djs.d.ts.map