@sern/cli
Version:
Official CLI for @sern/handler
18 lines (13 loc) • 549 B
JavaScript
import { cyanBright, magentaBright, green } from 'colorette';
// src/commands/help.ts
var help = `
___ ___ _ __ _ __
/ __|/ _ \\ '__| '_ \\
\\__ \\ __/ | | | | |
|___/\\___|_| |_| |_|
Welcome!
If you're new to ${cyanBright("sern")}, run ${magentaBright("npm create @sern/bot")} for an interactive setup to your new bot project!
${green(`If you have any ideas, suggestions, bug reports, kindly join our support server: https://sern.dev/discord`)}`;
export { help };
//# sourceMappingURL=out.js.map
//# sourceMappingURL=help.js.map