File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -130,13 +130,13 @@ export async function execute(
130130 auraLevelNames [ Math . max ( 0 , Math . min ( level , auraLevelNames . length - 1 ) ) ] ;
131131
132132 const embed = new EmbedBuilder ( )
133- . setColor ( level === 0 ? "#2F2F2F" : "#800080" )
133+ . setColor ( level === 0 ? "#2F2F2F" : level === 11 ? "#ad32ffff" : "#800080" )
134134 . setTitle ( "🔮 Aura Reading" )
135135 . setDescription ( `The mystical aura of **${ displayName } ** has been divined!` )
136136 . addFields (
137137 { name : "Aura Strength" , value : `${ percentage } %` , inline : true } ,
138138 { name : "Aura Level" , value : `${ level } (${ levelName } )` , inline : true } ,
139- { name : "Verdict" , value : flavorText , inline : false } ,
139+ { name : "Verdict: " , value : flavorText , inline : false } ,
140140 )
141141 . setFooter ( { text : "Aura levels may vary based on cosmic vibrations." } )
142142 . setTimestamp ( ) ;
You can’t perform that action at this time.
0 commit comments