chrxmaticc-framework 1.1.2 → 1.1.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chrxmaticc-framework",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "A batteries-included Discord bot framework with music, AI, XP and database support.",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -141,4 +141,4 @@ class AutoMod {
141
141
  }
142
142
  }
143
143
 
144
- module.exports = AutoMod;
144
+ module.exports = AutoMod;
@@ -178,4 +178,4 @@ class Economy {
178
178
  }
179
179
  }
180
180
 
181
- module.exports = Economy;
181
+ module.exports = Economy;
@@ -105,4 +105,4 @@ class Giveaways {
105
105
  }
106
106
  }
107
107
 
108
- module.exports = Giveaways;
108
+ module.exports = Giveaways;
@@ -205,4 +205,4 @@ class Moderation {
205
205
  }
206
206
  }
207
207
 
208
- module.exports = Moderation;
208
+ module.exports = Moderation;
@@ -101,4 +101,4 @@ class Polls {
101
101
  }
102
102
  }
103
103
 
104
- module.exports = Polls;
104
+ module.exports = Polls;
@@ -88,4 +88,4 @@ class Reminders {
88
88
  }
89
89
  }
90
90
 
91
- module.exports = Reminders;
91
+ module.exports = Reminders;
@@ -65,4 +65,4 @@ class Starboard {
65
65
  }
66
66
  }
67
67
 
68
- module.exports = Starboard;
68
+ module.exports = Starboard;
@@ -113,4 +113,4 @@ class Tickets {
113
113
  }
114
114
  }
115
115
 
116
- module.exports = Tickets;
116
+ module.exports = Tickets;
@@ -78,4 +78,4 @@ class Welcome {
78
78
  }
79
79
  }
80
80
 
81
- module.exports = Welcome;
81
+ module.exports = Welcome;