mirror of
https://github.com/SrIzan10/handler.git
synced 2026-05-01 10:45:17 +00:00
9e19e2fc6dc4544facbdb2400eab4d8ab93c9d2e
Sern
Sern is making easier to create & automate your discord bot with new version compatibility and full customization.
- A reincarnation of this old project
Installation
npm install sern-handler
yarn add sern-handler
Basic Usage
import { Sern, PayloadOptions } from 'sern-handler';
const payload = new PayloadOptions({
commands: '/commands', // Folder where all commands are located (subfolders supported).
events: '/events' // Events folder directory (subfolders supported).
owners: ['182326315813306369'], // Array of Discord ID(s).
prefix: '/', // Prefix for your bot (if no provied then it will use /).
client // The instance of Discord#Client().
});
const handler = new Sern(payload); // Create a new instance of Sern with payloads.
Links
Contribute
- Pull up on issues and tell me if there are bugs.
- Check issues.
- Any contributions are open to suggestion!
Description
A customizable, batteries-included, powerful discord.js framework to streamline bot development.
⚠️ ARCHIVED: Original GitHub repository no longer exists. Preserved as backup on 2026-05-01T16:06:47.653Z
Languages
TypeScript
97.9%
JavaScript
2.1%