sern-handler / handler

Create your dream Discord bot!
https://sern.dev
MIT License
38 stars 9 forks source link
bot discord discord-bot discord-js discordjs framework handler nodejs sern-handler typescript

Handlers. Redefined.

A complete, customizable, typesafe, & reactive framework for discord bots

NPM version NPM downloads License MIT docs.rs Lines of code

Why?

📜 Installation

Start here!!

👶 Basic Usage

ping.ts ```ts export default commandModule({ type: CommandType.Slash, //Installed plugin to publish to discord api and allow access to owners only. plugins: [publish(), ownerOnly()], description: 'A ping pong command', execute(ctx) { ctx.reply('Hello owner of the bot'); } }); ```

🤖 Bots Using sern

It is highly encouraged to use the command line interface for your project. Don't forget to view it.

🔗 Links

👋 Contribute