Skip to content

Commit bb1b389

Browse files
authored
Merge pull request CloudBotIRC#114 from linuxdaemon/gonzobot+json-fix
Fix JSON file formats to stop travis complaining
2 parents eeeae47 + fd3c00c commit bb1b389

3 files changed

Lines changed: 23 additions & 24 deletions

File tree

data/food/burger.json

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -75,26 +75,25 @@
7575
"sriracha aioli"
7676
],
7777
"topping2": [
78-
"crispy bacon strips",
79-
"caramelized onions",
80-
"fried onion straws",
81-
"sauteed mushrooms",
82-
"a fried egg",
83-
"arugula",
84-
"romaine lettuce"
85-
],
78+
"crispy bacon strips",
79+
"caramelized onions",
80+
"fried onion straws",
81+
"sauteed mushrooms",
82+
"a fried egg",
83+
"arugula",
84+
"romaine lettuce"
85+
],
8686
"side": [
87-
"a side of fries tossed in parm and truffle oil",
88-
"a side of sweet potato fries",
89-
"a side of McDonald's fries",
90-
"a side of curly fries",
91-
"a side of thick-cut chips",
92-
"a side of onion rings",
93-
"side of sesame ginger coleslaw",
94-
"side of macaroni and cheese",
95-
"a large chilly soda",
96-
"a cup of BBQ dip"
97-
]
87+
"a side of fries tossed in parm and truffle oil",
88+
"a side of sweet potato fries",
89+
"a side of McDonald's fries",
90+
"a side of curly fries",
91+
"a side of thick-cut chips",
92+
"a side of onion rings",
93+
"side of sesame ginger coleslaw",
94+
"side of macaroni and cheese",
95+
"a large chilly soda",
96+
"a cup of BBQ dip"
97+
]
9898
}
9999
}
100-

data/food/soup.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"Cazuela",
1616
"Chicken Noodle",
1717
"Cock-a-leekie",
18-
"Cream of crab",
18+
"Cream of crab",
1919
"Fufu and Egusi",
2020
"Gomguk",
2121
"Goulash",
@@ -25,7 +25,7 @@
2525
"Lagman",
2626
"Leek",
2727
"Lentil",
28-
"Maryland crab",
28+
"Maryland crab",
2929
"Matzah ball",
3030
"Menudo",
3131
"Minestrone",

data/reaction_macros.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"https://i.imgur.com/8VYMSq8.gif",
3131
"https://i.imgur.com/WVn7B8O.jpg",
3232
"https://i.imgur.com/GTxRRuv.gif"
33-
],
34-
"head_desk_macros": [
33+
],
34+
"head_desk_macros": [
3535
"https://i.imgur.com/Pg9nt.gif",
3636
"https://baudattitude.files.wordpress.com/2012/02/twilightsparkleheaddesk.gif",
3737
"https://i.imgur.com/LFzzTd8.gif",

0 commit comments

Comments
 (0)