Process of format fixing

This commit is contained in:
2024-01-19 21:36:01 +01:00
parent ee217d5f64
commit 3eed20e788
77 changed files with 1079 additions and 1086 deletions

View File

@@ -9,5 +9,5 @@ export = {
execute(client: Client) {
console.log(color("Logged in as " + client.user!.tag + "!", "green"))
},
}
} as Event

View File

@@ -16,9 +16,9 @@ export = {
embeds: [
{
description: "Bot is online!",
color: embedColor,
},
],
color: embedColor
}
]
})
},
}
} as Event

View File

@@ -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