Skip to content

Commit c2f73c0

Browse files
committed
style: uniform footers
1 parent 2bab1bc commit c2f73c0

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

src/commands/anime.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ export async function execute(
150150
inline: true,
151151
})
152152
.setFooter({
153-
text: "Sacred archives of Nekos",
153+
text: "Sacred archives of Nekos.",
154154
})
155155
.setTimestamp();
156156

src/commands/battle.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ export async function execute(
758758
`The **RANKED** battle has been cancelled.\n\n` +
759759
`*The warriors have chosen not to engage in competitive combat at this time.*`,
760760
)
761-
.setFooter({ text: "🔓 Arena is now available for new battles" });
761+
.setFooter({ text: "🔓 Arena is now available for new battles." });
762762

763763
await interaction.editReply({
764764
content: "",
@@ -955,7 +955,7 @@ export async function execute(
955955
)
956956
.setImage("attachment://deathbattle-final.png")
957957
.setFooter({
958-
text: `${isRanked ? "Ranked " : ""}Battle lasted ${turn} turns | 🔓 Arena is now available for new battles`,
958+
text: `${isRanked ? "Ranked " : ""}Battle lasted ${turn} turns | 🔓 Arena is now available for new battles.`,
959959
})
960960
.setTimestamp();
961961

src/commands/furry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ export async function execute(
162162
},
163163
)
164164
.setFooter({
165-
text: "The oracles' judgements are never wrong",
165+
text: "The oracles' judgements are never wrong.",
166166
})
167167
.setTimestamp();
168168

src/commands/help.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ function createEmbed(categoryIndex: number): EmbedBuilder {
203203
.join("\n\n"),
204204
inline: false,
205205
})
206-
.setFooter({ text: "ALTERSHAPER - Divine Enforcer of Alteruism" })
206+
.setFooter({ text: "ALTERSHAPER - Divine Enforcer of Alteruism." })
207207
.setTimestamp();
208208

209209
return embed;

src/commands/link.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ export async function execute(
226226
inline: false,
227227
},
228228
)
229-
.setFooter({ text: `This confirmation will expire in 60 seconds` })
229+
.setFooter({ text: `This confirmation will expire in 60 seconds.` })
230230
.setTimestamp();
231231

232232
const row = new ActionRowBuilder<ButtonBuilder>().addComponents(

src/commands/removelink.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export async function execute(
7777
inline: false,
7878
},
7979
)
80-
.setFooter({ text: "This confirmation expires in 60 seconds" })
80+
.setFooter({ text: "This confirmation expires in 60 seconds." })
8181
.setTimestamp();
8282

8383
const confirmButton = new ButtonBuilder()

src/utils/eventHandlers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export async function handleMemberJoin(member: GuildMember): Promise<void> {
119119
)
120120
.setThumbnail(member.user.displayAvatarURL())
121121
.setFooter({
122-
text: "BOUND BY DUTY TO HONOUR OUR DIVINE ALTER EGO, WE ARE ALTER EGOISTS",
122+
text: "BOUND BY DUTY TO HONOUR OUR DIVINE ALTER EGO, WE ARE ALTER EGOISTS.",
123123
})
124124
.setTimestamp();
125125

0 commit comments

Comments
 (0)