Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@djs-modules/leveling

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@djs-modules/leveling

"@djs-modules/leveling" is a module that allows you to make a level system in your Discord bot.

  • 2.0.2
  • unpublished
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Welcome!

Welcome, this is '@djs-modules/leveling' module!
"@djs-modules/leveling" is a module that allows you to make a level system in your Discord bot.

Features

[🔑] Built in TypeScript
[⚙] 100% Promise-based
[🙂] TypeScript Support
[👍] Discord.JS v13

Requirements

[1] NodeJS v16 or Above
[2] Discord.JS

Quick Example

const { Client, Intents } = require("discord.js");
const { Manager } = require("@djs-modules/leveling");

const client = new Client({
  intents: [
    "GUILDS",
    "GUILD_MESSAGES",
    "GUILD_PRESENCES",
    "GUILD_MEMBERS",
    "GUILD_BANS",
  ],
});

const leveling = new Manager({
  dbName: "leveling",
  dbPath: "./",
});

This module uses

[1] Discord.JS
[2] enmap (database)

[1] Documentation (soon)
[2] Module Author
[3] Support Server

Keywords

FAQs

Package last updated on 31 Jul 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc