Process of format fixing
This commit is contained in:
@@ -9,5 +9,5 @@ export = {
|
||||
|
||||
execute(client: Client) {
|
||||
console.log(color("Logged in as " + client.user!.tag + "!", "green"))
|
||||
},
|
||||
}
|
||||
} as Event
|
||||
|
||||
@@ -16,9 +16,9 @@ export = {
|
||||
embeds: [
|
||||
{
|
||||
description: "Bot is online!",
|
||||
color: embedColor,
|
||||
},
|
||||
],
|
||||
color: embedColor
|
||||
}
|
||||
]
|
||||
})
|
||||
},
|
||||
}
|
||||
} as Event
|
||||
|
||||
@@ -22,9 +22,9 @@ export = {
|
||||
let i = 1
|
||||
setInterval(
|
||||
() => user.setActivity(statuses[i++ % statuses.length]),
|
||||
1000 * 60 * 10,
|
||||
1000 * 60 * 10
|
||||
)
|
||||
|
||||
user.setStatus("dnd")
|
||||
},
|
||||
}
|
||||
} as Event
|
||||
|
||||
Reference in New Issue
Block a user