UNPKG

@ptkdev/node-discord-bot-boilerplate

Version:

Create your discord bot with this friendly boilerplate. Use this repository as template for your bot

10 lines (9 loc) 164 B
/** * hears: any taxt * ===================== * Listen any text user write * */ declare const text: () => Promise<void>; export { text }; export default text;