discord-leveling-super

Easy and customizable leveling module for your Discord bot.

MIT License

Downloads
193
Stars
5
Committers
2

Discord Leveling Super

Discord Leveling Super - Easy and customizable leveling framework for your Discord Bot.

❓ | Why?

📂 | Installation

Note: Node.js 16.6.0+ and Discord.js 13.1.0+ is required.

npm i discord-leveling-super
yarn add discord-leveling-super
pnpm add discord-leveling-super

[Module Documentation]

🤓 | How to use?

1. Run npm i discord-leveling-super.

2. Do require or import in your code to use the module like this:

const Leveling = require('discord-leveling-super')
// or:
import Leveling from 'discord-leveling-super'

Or:

1. Clone this repository.

2. Run npm run build or build.bat file.

3. Do require or import the dist/index path in your code to use the module like this:

const Leveling = require('dist/index')
// or:
import Leveling from 'dist/index'

🤔 | Help

If you don't understand something in the documentation or you are experiencing problems, feel free to join our Support Server.

❗ | Useful Links

❤️ Thanks for using Discord Leveling Super ❤️

Package Rankings
Top 10.42% on Npmjs.org
Badges
Extracted from project README's
Downloads Stable Version
Related Projects