0.0.13 • Published 1 year ago

@sckt/dissonance v0.0.13

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

What the hell is this?

It is just another Discord library for bots, just like D.JS and Eris.
This is a work-in-progress.

Why does this exist? We already have so many of them already!

  • It exists because I wanted to have a bit of fun. No, really.
  • This also exists because (not to irritate anyone, this is my personal opinion) I find the generic Discord bot library either too slow or bloated (D.JS) or has literally illegible code (Eris).

Requirements

  • node >= LTS
  • pnpm current or not too outdated from current
  • knowledge in ECMAScript (we don't talk about CommonJS)

Installation

npm i @sckt/dissonance
yarn add @sckt/dissonance
pnpm i @sckt/dissonance

Notes

This library only supports ECMAScript. (we don't talk about CommonJS)

  • If you want to use this with TypeScript, don't forget to build it with esm as the format.
  • If you want to use this without TypeScript, don't forget to use .mjs extensions or use module for the type field in package.json.
  • If you REALLY want to use this with CommonJS, use import(). (I will not provide support for this)
0.0.13

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.1

1 year ago