0.0.13 • Published 2 years ago
@sckt/dissonance v0.0.13
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
currentor not too outdated fromcurrent - knowledge in
ECMAScript(we don't talk aboutCommonJS)
Installation
npm i @sckt/dissonance
yarn add @sckt/dissonance
pnpm i @sckt/dissonanceNotes
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
esmas theformat. - If you want to use this without TypeScript, don't forget to use
.mjsextensions or usemodulefor thetypefield inpackage.json. - If you REALLY want to use this with
CommonJS, useimport(). (I will not provide support for this)