Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shadowplay1/discord-leveling-super
Easy and customizable leveling module for your Discord bot.
https://github.com/shadowplay1/discord-leveling-super
bot bots discord discord-bot discord-bots discordjs easy fast javascript js leveling nodejs ranking ranking-system ranks ts typescript
Last synced: 3 months ago
JSON representation
Easy and customizable leveling module for your Discord bot.
- Host: GitHub
- URL: https://github.com/shadowplay1/discord-leveling-super
- Owner: shadowplay1
- License: mit
- Created: 2021-06-07T18:04:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-05T01:12:51.000Z (almost 1 year ago)
- Last Synced: 2024-09-20T04:19:05.666Z (4 months ago)
- Topics: bot, bots, discord, discord-bot, discord-bots, discordjs, easy, fast, javascript, js, leveling, nodejs, ranking, ranking-system, ranks, ts, typescript
- Language: TypeScript
- Homepage:
- Size: 438 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Discord Leveling Super
[![Downloads](https://img.shields.io/npm/dt/discord-leveling-super?style=for-the-badge)](https://www.npmjs.com/package/discord-leveling-super)
[![Stable Version](https://img.shields.io/npm/v/discord-leveling-super?style=for-the-badge)](https://www.npmjs.com/package/discord-leveling-super)Discord Leveling Super - Easy and customizable leveling framework for your [Discord Bot](https://discord.js.org/#/).
## ❓ | Why?
- TypeScript Support 📘
- Object-oriented 📜
- Flexible and Customizable ⚙️
- Easy to use 👍
- Beginner Friendly 😄
- Multi-Server Setup 🏦
## 📂 | Installation
Note:
Node.js 16.6.0+ and Discord.js 13.1.0+ is required.
```console
npm i discord-leveling-super
yarn add discord-leveling-super
pnpm add discord-leveling-super
```
## [[Module Documentation]](https://dls-docs.tk)
## 🤓 | How to use?
### 1. Run `npm i discord-leveling-super`.
### 2. Do `require` or `import` in your code to use the module like this:
```js
const Leveling = require('discord-leveling-super')
// or:
import Leveling from 'discord-leveling-super'
```
## Or:
### 1. [Clone this repository](https://github.com/shadowplay1/discord-leveling-super/archive/refs/heads/main.zip).
### 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:
```js
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
If you found a bug, have any questions or need help, join the Support Server.
Module Created by ShadowPlay.
# ❤️ Thanks for using Discord Leveling Super ❤️