catto.js 1.3.1 → 1.3.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/Bot.js +1 -1
- package/package.json +2 -2
package/Bot.js
CHANGED
|
@@ -61,7 +61,7 @@ module.exports = class extends EventEmitter {
|
|
|
61
61
|
if (this.options.debug) {
|
|
62
62
|
this.client.on("debug", console.log);
|
|
63
63
|
}
|
|
64
|
-
this.client.on("
|
|
64
|
+
this.client.on("clientReady", async () => {
|
|
65
65
|
var gcmds = [];
|
|
66
66
|
var scmds = [];
|
|
67
67
|
for (var cmd of this.slashCommands.values()) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "catto.js",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.3",
|
|
4
4
|
"description": "Universal module for everything.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"body-parser": "^1.20.2",
|
|
43
43
|
"discord-hybrid-sharding": "^2.2.0",
|
|
44
|
-
"discord.js": "^14.
|
|
44
|
+
"discord.js": "^14.22.1",
|
|
45
45
|
"ejs": "^3.1.10",
|
|
46
46
|
"express": "^4.19.2",
|
|
47
47
|
"express-session": "^1.18.0",
|