Unknown Changes
This commit is contained in:
@@ -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);
|
||||
}
|
||||
})();
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user