@@ -2,68 +2,68 @@ const { description } = require("./ping");
2
2
const { MessageEmbed } = require ( "discord.js" ) ;
3
3
module . exports = {
4
4
name : "battle" ,
5
- description : "Battle hacks" ,
5
+ description : "battle hacks" ,
6
6
execute ( message , args ) {
7
7
let embed = new MessageEmbed ( )
8
8
. setColor ( "#ff9100" )
9
9
. 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)" ,
12
12
true
13
13
)
14
14
. addField (
15
15
"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)" ,
17
17
true
18
18
)
19
19
. 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)" ,
22
22
true
23
23
)
24
24
. addField (
25
25
"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)" ,
27
27
true
28
28
)
29
29
. addField (
30
30
"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)" ,
32
32
true
33
33
)
34
34
. addField (
35
35
"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)" ,
37
37
true
38
38
)
39
39
. addField (
40
40
"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)" ,
42
42
true
43
43
)
44
44
. addField (
45
45
"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)" ,
47
47
true
48
48
)
49
49
. addField (
50
50
"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)" ,
52
52
true
53
53
)
54
54
. addField (
55
55
"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)" ,
57
57
true
58
58
)
59
59
. addField (
60
60
"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)" ,
62
62
true
63
63
)
64
64
. addField (
65
65
"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)" ,
67
67
true
68
68
) ;
69
69
message . channel . send ( embed ) ;
0 commit comments