Skip to content

Commit d893841

Browse files
authored
chore: rename
1 parent 94d89b2 commit d893841

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/commands/sins.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export async function execute(
5252
)
5353
.setThumbnail(targetUser.displayAvatarURL())
5454
.setFooter({
55-
text: "A SOUL WHO HONOURS ALTRUISM. LET OTHERS LEARN.",
55+
text: "A SOUL WHO HONOURS ALTERUISM. LET OTHERS LEARN.",
5656
})
5757
.setTimestamp();
5858

@@ -239,7 +239,7 @@ export async function execute(
239239
"**The sacred halls remain pure!**\n\nNo transgressions have been recorded in this realm.",
240240
)
241241
.setFooter({
242-
text: "ALL SOULS HONOUR THE DIVINE ALTER EGO. THE SACRED LAW OF ALTRUISM REIGNS SUPREME.",
242+
text: "ALL SOULS HONOUR THE DIVINE ALTER EGO. THE SACRED LAW OF ALTERUISM REIGNS SUPREME.",
243243
})
244244
.setTimestamp();
245245

@@ -314,7 +314,7 @@ export async function execute(
314314
`**Total actions recorded:** ${allEntries.length}\n\n**⚠️ Warnings:** ${typeCounts.warn}\n**👢 Kicks:** ${typeCounts.kick}\n**🔨 Bans:** ${typeCounts.ban}\n**🤐 Timeouts:** ${typeCounts.timeout}\n**🧹 Purges:** ${typeCounts.clear}`,
315315
)
316316
.setFooter({
317-
text: "I AM THE HAND OF JUDGMENT. KNOW THAT RIGHTEOUS CORRECTION AWAITS ALL WHO DEFY ALTRUISM.",
317+
text: "I AM THE HAND OF JUDGMENT. KNOW THAT RIGHTEOUS CORRECTION AWAITS ALL WHO DEFY ALTERUISM.",
318318
})
319319
.setTimestamp();
320320

0 commit comments

Comments
 (0)