Unknown Changes

This commit is contained in:
2022-07-03 19:29:17 +02:00
parent 70f536d8a4
commit 74ce54d861
13 changed files with 355 additions and 12 deletions

View File

@@ -5,7 +5,7 @@ const { Routes } = require("discord-api-types/v9")
module.exports = {
name: "ready",
once: true,
execute (client, commands) {
async execute (client, commands) {
console.log("Bot started.");
const CLIENT_ID = client.user.id;
@@ -27,5 +27,8 @@ module.exports = {
if (err) console.log(err);
}
})();
}
}