@ptkdev/node-discord-bot-boilerplate
Version:
Create your discord bot with this friendly boilerplate. Use this repository as template for your bot
22 lines (21 loc) • 448 B
TypeScript
declare const _default: {
en: {
contributions: {
language: string;
license: string;
contributors: string[];
};
app_name: string;
hello: string;
};
it: {
contributions: {
language: string;
license: string;
contributors: string[];
};
app_name: string;
hello: string;
};
};
export default _default;