File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,10 +56,10 @@ class UserCommand extends Command {
5656 try {
5757 const addon = await cf . get_mod ( mod . id ) ;
5858 if ( addon . latestFiles [ 0 ] . gameVersions [ 0 ] . includes ( version ) ) {
59- mod_status . push ( `✅- Mod ${ addon . name } has a ${ version } version` ) ;
59+ mod_status . push ( `✅ - Mod ${ addon . name } has a ${ version } version` ) ;
6060 } else {
6161 mod_status . push (
62- `❌- Mod ${ addon . name } does not have a ${ version } version` ,
62+ `❌ - Mod ${ addon . name } does not have a ${ version } version` ,
6363 ) ;
6464 }
6565 } catch ( err ) {
@@ -69,10 +69,10 @@ class UserCommand extends Command {
6969 try {
7070 const data = await client . getProject ( mod . id ) ;
7171 if ( data . game_versions . includes ( version ) ) {
72- mod_status . push ( `✅- Mod ${ data . title } has a ${ version } version` ) ;
72+ mod_status . push ( `✅ - Mod ${ data . title } has a ${ version } version` ) ;
7373 } else {
7474 mod_status . push (
75- `❌- Mod ${ data . title } does not have a ${ version } version` ,
75+ `❌ - Mod ${ data . title } does not have a ${ version } version` ,
7676 ) ;
7777 }
7878 } catch ( err ) {
You can’t perform that action at this time.
0 commit comments