apexify.js 2.3.2 → 2.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,7 +6,9 @@ Greetings everyone! 🌟 This marks the release of a beta version for our packag
|
|
|
6
6
|
|
|
7
7
|
### Check our server for the code and usage for leveling system
|
|
8
8
|
<details>
|
|
9
|
+
|
|
9
10
|
- New chat models has been added (starChat, zephyr-beta, gemma-v and v4)
|
|
11
|
+
|
|
10
12
|
- Leveling system (customizable with new features and themes using canvas)
|
|
11
13
|
|
|
12
14
|
- Our [Server Support](https://discord.gg/FsmKSmxJjD)
|
|
@@ -253,9 +255,11 @@ module.exports = {
|
|
|
253
255
|
</details>
|
|
254
256
|
|
|
255
257
|
## 📈 Leveling-System 🌠
|
|
256
|
-
|
|
258
|
+
|
|
257
259
|
<details>
|
|
258
260
|
|
|
261
|
+
- Note: ** This system uses mongoDb as database you need to ensure connection is made before using it**. You can make your own connection to mongodb or use mongoConnect funciton which is exported from apexify.js.
|
|
262
|
+
|
|
259
263
|
```js
|
|
260
264
|
const LevelingSystem = require('apexify.js');
|
|
261
265
|
const level_system = new LevelingSystem({
|