@@ -2,68 +2,68 @@ const { description } = require("./ping");
22const { MessageEmbed } = require ( "discord.js" ) ;
33module . exports = {
44 name : "battle" ,
5- description : "Battle hacks" ,
5+ description : "battle hacks" ,
66 execute ( message , args ) {
77 let embed = new MessageEmbed ( )
88 . setColor ( "#ff9100" )
99 . addField (
10- "Battle Losses" ,
11- "[battleLosses.js](https://github.com/Prodigy-Hacking/ProdigyMathGameHacking/blob/master/hacks/Battle /battleLoses.js)" ,
10+ "battle Losses" ,
11+ "[battleLosses.js](https://github.com/Prodigy-Hacking/ProdigyMathGameHacking/blob/master/hacks/battle /battleLoses.js)" ,
1212 true
1313 )
1414 . addField (
1515 "Boss Difficulty" ,
16- "[bossDifficulty.js](https://github.com/Prodigy-Hacking/ProdigyMathGameHacking/blob/master/hacks/Battle /bossDifficulty.js)" ,
16+ "[bossDifficulty.js](https://github.com/Prodigy-Hacking/ProdigyMathGameHacking/blob/master/hacks/battle /bossDifficulty.js)" ,
1717 true
1818 )
1919 . addField (
20- "Escape Battle " ,
21- "[escapeBattle .js](https://github.com/Prodigy-Hacking/ProdigyMathGameHacking/blob/master/hacks/Battle/escapeBattle .js)" ,
20+ "Escape battle " ,
21+ "[escapebattle .js](https://github.com/Prodigy-Hacking/ProdigyMathGameHacking/blob/master/hacks/battle/escapebattle .js)" ,
2222 true
2323 )
2424 . addField (
2525 "Free Catches!" ,
26- "[freeCatches.js](https://github.com/Prodigy-Hacking/ProdigyMathGameHacking/blob/master/hacks/Battle /freeCatches.js)" ,
26+ "[freeCatches.js](https://github.com/Prodigy-Hacking/ProdigyMathGameHacking/blob/master/hacks/battle /freeCatches.js)" ,
2727 true
2828 )
2929 . addField (
3030 "Heal Team" ,
31- "[healTeam.js](https://github.com/Prodigy-Hacking/ProdigyMathGameHacking/blob/master/hacks/Battle /healTeam.js)" ,
31+ "[healTeam.js](https://github.com/Prodigy-Hacking/ProdigyMathGameHacking/blob/master/hacks/battle /healTeam.js)" ,
3232 true
3333 )
3434 . addField (
3535 "Immortal" ,
36- "[immortal.js](https://github.com/Prodigy-Hacking/ProdigyMathGameHacking/blob/master/hacks/Battle /immortal.js)" ,
36+ "[immortal.js](https://github.com/Prodigy-Hacking/ProdigyMathGameHacking/blob/master/hacks/battle /immortal.js)" ,
3737 true
3838 )
3939 . addField (
4040 "Infinite Catch Attempts" ,
41- "[infiniteCatchAttempts.js](https://github.com/Prodigy-Hacking/ProdigyMathGameHacking/blob/master/hacks/Battle /infiniteCatchAttempts.js)" ,
41+ "[infiniteCatchAttempts.js](https://github.com/Prodigy-Hacking/ProdigyMathGameHacking/blob/master/hacks/battle /infiniteCatchAttempts.js)" ,
4242 true
4343 )
4444 . addField (
4545 "Instant Win!" ,
46- "[instantWin.js](https://github.com/Prodigy-Hacking/ProdigyMathGameHacking/blob/master/hacks/Battle /instantWin.js)" ,
46+ "[instantWin.js](https://github.com/Prodigy-Hacking/ProdigyMathGameHacking/blob/master/hacks/battle /instantWin.js)" ,
4747 true
4848 )
4949 . addField (
5050 "Invincibility" ,
51- "[invincibility.js](https://github.com/Prodigy-Hacking/ProdigyMathGameHacking/blob/master/hacks/Battle /invincibility.js)" ,
51+ "[invincibility.js](https://github.com/Prodigy-Hacking/ProdigyMathGameHacking/blob/master/hacks/battle /invincibility.js)" ,
5252 true
5353 )
5454 . addField (
5555 "All Monsters Level 1" ,
56- "[monstersLevel1.js ](https://github.com/Prodigy-Hacking/ProdigyMathGameHacking/blob/master/hacks/Battle /monstersLevel1.js)" ,
56+ "[monstersLevel1.js ](https://github.com/Prodigy-Hacking/ProdigyMathGameHacking/blob/master/hacks/battle /monstersLevel1.js)" ,
5757 true
5858 )
5959 . addField (
6060 "One Shot Enemy" ,
61- "[oneShotEnemy.js](https://github.com/Prodigy-Hacking/ProdigyMathGameHacking/blob/master/hacks/Battle /oneShotEnemy.js)" ,
61+ "[oneShotEnemy.js](https://github.com/Prodigy-Hacking/ProdigyMathGameHacking/blob/master/hacks/battle /oneShotEnemy.js)" ,
6262 true
6363 )
6464 . addField (
6565 "Skip Enemy Turn" ,
66- "[skipEnemyTurn.js](https://github.com/Prodigy-Hacking/ProdigyMathGameHacking/blob/master/hacks/Battle /skipEnemyTurn.js)" ,
66+ "[skipEnemyTurn.js](https://github.com/Prodigy-Hacking/ProdigyMathGameHacking/blob/master/hacks/battle /skipEnemyTurn.js)" ,
6767 true
6868 ) ;
6969 message . channel . send ( embed ) ;
0 commit comments