Fixed formatting for event files

This commit is contained in:
2024-01-20 20:56:08 +01:00
parent 5ce69eced3
commit 1ffcaf602d
7 changed files with 94 additions and 163 deletions

View File

@@ -13,12 +13,10 @@ export = {
const embedColor = Number(color.replace("#", "0x"))
logToChannel("online", {
embeds: [
{
description: "Bot is online!",
color: embedColor
}
]
embeds: [{
description: "Bot is online!",
color: embedColor
}]
})
}
} as Event