forked from shadowplay1/discord-leveling-super
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.js
31 lines (23 loc) · 1.01 KB
/
index.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
////////////////////////////////////////////////////////////
/*
Hello, coder!
If you reading this, you interested in my module and code.
This is open-source JSON-based leveling framework for Discord bots that easy to setup and use.
You can read the documentation on module's npmjs page:
https://www.npmjs.com/package/discord-leveling-super
Please, report any bug if you found it. I really appreciate it.
If you have any questions or need help, join the Support server:
https://discord.gg/afUTRzfb
Thank you for using for using Discord Leveling Super <3
*/
// VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV
module.exports = require('./src/index')
module.exports.version = require('./package.json').version
// ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
////////////////////////////////////////////////////////////
/*
--Contacts--
Discord: ShadowPlay#9706
Discord Server: https://discord.gg/afUTRzfb
*/
////////////////////////////////////////////////////////////