2022-02-13 22:49:26 +03:00
2022-02-13 21:44:32 +03:00
2022-02-13 22:49:26 +03:00
2022-02-13 13:34:34 -06:00
2022-01-24 20:48:18 -06:00
2022-01-30 21:02:16 -06:00
2022-01-25 22:23:17 -06:00
2022-02-13 22:13:27 +03:00
2022-02-13 21:55:17 +03:00
2022-02-12 08:54:02 +03:00
2022-02-08 00:29:28 -06:00
2022-02-13 17:46:58 +03:00
2022-02-13 22:13:27 +03:00
2022-02-07 23:55:16 -06:00

Sern

Sern is making easier to create & automate your discord bot with new version compatibility and full customization.

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
No description provided
Readme MIT 8.4 MiB
Languages
TypeScript 100%