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) 156 B
/** * Run bot * ===================== * Send welcome message * */ declare const launch: () => Promise<void>; export { launch }; export default launch;