File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments