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)
Links
[1] Documentation (soon)
[2] Module Author
[3] Support Server