Skip to content
This repository has been archived by the owner on Oct 12, 2024. It is now read-only.

Commit

Permalink
Events-ReadyInit: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
RadiatedExodus committed Feb 15, 2024
1 parent a231f4a commit 3a52ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/events/readyInit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export const Event: MeteoriumEvent<"ready"> = {
readyNS.info("Bot ready");
const runtimeLogPromises: Promise<any>[] = [];
const embed = new MeteoriumEmbedBuilder()
.setTitle("Bot is onlie")
.setTitle("Bot is online")
.setDescription("The bot is now online")
.addFields([{ name: "Started at", value: moment(startTime).format("DD-MM-YYYY hh:mm:ss:SSS A Z") }])
.setNormalColor();
Expand Down

0 comments on commit 3a52ffb

Please sign in to comment.