Skip to content

Commit 853381b

Browse files
committed
chore: clarity
1 parent 3a66bbf commit 853381b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/commands/link.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ export async function execute(
170170
if (existingLink) {
171171
if (existingLink.fandomUserId !== fandomUserId) {
172172
await interaction.reply({
173-
content: `**THY ALTER IS ALREADY BOUND TO A DIFFERENT FANDOM PRESENCE (${existingLink.fandomUsername})!**`,
173+
content: `**THY SOUL AND PRESENCE IS ALREADY BOUND TO A DIFFERENT FANDOM ALTER (${existingLink.fandomUsername})!**`,
174174
flags: MessageFlags.Ephemeral,
175175
});
176176
return;
@@ -191,7 +191,7 @@ export async function execute(
191191
.setColor(failedRoleNames.length > 0 ? "#FFA500" : "#00FF00")
192192
.setTitle("🔗 ALTER AND SOUL SYNCHRONIZED!")
193193
.setDescription(
194-
`**THY LINK TO FANDOM ALTER "${canonicalFandomUsername}" IS CONFIRMED AND ROLES SYNCHRONIZED!**`,
194+
`**THY LINK TO FANDOM ALTER "${canonicalFandomUsername}" IS CONFIRMED AND ROLES HAVE BEEN SYNCHRONIZED!**`,
195195
);
196196

197197
let allGrantedRoles = [...grantedRoleNames];
@@ -410,7 +410,7 @@ export async function execute(
410410
})
411411
.join(", ");
412412
successEmbed.addFields({
413-
name: "ROLES BESTOWED/CONFIRMED",
413+
name: "ROLES BESTOWED",
414414
value: roleMentions,
415415
});
416416
} else {

0 commit comments

Comments
 (0)