npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

elisif-simple

v1.1.3

Published

An easy and powerful Discord command handler. Cool features like markup, simple command creation, and more!

Downloads

15

Readme

elisif-simple

The power of node-elisif, made simple.

Node Package NPM Version NPM Downloads

NPM Badge

Installation

Easily install this package with the following command:

npm install elisif-simple

Optionally, to specify a specific version of the package to use, update your package.json like so:

"dependencies": {
    "elisif-simple": "1.0.0"
}

Usage

This package utilizes node-elisif under the covers, simplifying and abstracting away much of its functionality to make it much simpler to get a high-quality bot running quickly. Elisif Simple additionally does not fully expose any of the utility, interface, or interpreter classes of Node Elisif, encouraging you to learn and use more of the default Discord.js functionality instead.

Note: Elisif Simple is currently utilizing the latest dev version of Node-Elisif instead of the latest stable version. This is because the older stable version is built on discord.js v12, whereas the dev version has been rewritten to work with discord.js v13. Most bugs in the dev version have been ironed out, but some bugs may still remain due to reliance on this not-quite-release-ready version of Node-Elisif. If you discover an issue in either package, please open an Issue on either repository.

Further usage and documentation will be coming soon. Most of the properties and methods, however, are already partly documented in-code via jsdoc, which you can utilize in place of proper documentation for now.

Improvements

If you have suggestions for further improvements or find issues in this package, feel free to open an Issue on the Github repository. I will address Issues as quickly as I can. Feel free to fork the package and/or create pull requests if you have an excellent idea for a new feature, or have a fix for any existing bug. If you make a notable contribution via pull request, I will add you to the Contributors list in the Credits section of this README.

Privacy

Unlike some other packages, Elisif Simple and Node-Elisif never directly interact with or request your Discord bot's token. Client authentication is entirely handled by Discord.js. This package also never requests your Discord credentials (i.e. email or password), nor needs any such credentials. You can choose to provide your username and Discord ID, however, in the client config. This information is solely used for ensuring that the authors of your bot (e.g. you) are the only users authorized to utilize high-security features, such as an eval command. This package does not need your username or ID to run, but you may not be able to use some developer-only features if you do not provide both.

All of the code for Elisif Simple is open-source. If at any time you have concerns regarding privacy based on any features found in the code of this package, feel free to open an Issue on the Github repository.

Credits

Created by Cannicide#2753

Dependencies: node-elisif, node-schedule
Node Elisif Dependencies: discord.js, express, node-fetch, evg-storage
EvG Storage Dependencies: quick.db, lson-archived (merged), basecacti (merged)

Contributors:

  • Cannicide#2753