marikobot-hashi v4.8.1
Hashi (marikobot-hashi)
Hashi is a NPM package that wraps and implements features from Discord.js library. Including a command handler, an event handler, integrated database system, and more.
Authors
Compatible with
We recommand using TypeScript to take benefits with all of our exported types that could simplify your programming experience.
License
Requirements
Node.js and a package manager (Yarn, PNPM, NPM) installed in your environment.
Installation
Simply run the command:
npm install marikobot-hashi@latest
Contributing
Creating a new version
First, let's build the package:
npm run prettier; node builder.js; tsc; git add .
Secondly, let's box our files into a commit:
git commit -m "My message!"
Then, let's update the version:
npm version <patch|minor|major|prerelease --preid=devbuild>
Finally, let's publish the new version and push it to GitHub:
git push; npm publish; git push --tags
Well done!
Testing the code
To run the code placed into the lab/ folder, just run:
ts-node lab/lab.test.ts
Used By
This project is used by the following projects:
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago