mirror of
https://github.com/SrIzan10/sern-cli.git
synced 2026-05-01 11:05:17 +00:00
Co-authored-by: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com> Co-authored-by: jacob <jacoobes@sern.dev>
13 lines
451 B
TypeScript
13 lines
451 B
TypeScript
import { cyanBright, green, magentaBright } from 'colorette';
|
|
|
|
export const 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`)}`;
|