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.
Files changed (2) hide show
  1. package/README.md +5 -1
  2. 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
- - 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.
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({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apexify.js",
3
- "version": "2.3.2",
3
+ "version": "2.3.4",
4
4
  "description": "Ai with Canvas and Database library. Supports typescript and javascript",
5
5
  "main": "index.js",
6
6
  "scripts": {