diff options
author | 2021-03-30 16:51:29 +0200 | |
---|---|---|
committer | 2021-03-30 16:51:29 +0200 | |
commit | 4bf63f11929a22ffbb9d8859b76ed5437b0a4f13 (patch) | |
tree | 48b6566c55d5aa70e046af55ec590edaca4a80f8 /bot/resources | |
parent | Merge pull request #639 from NeilShah2026/patch-1 (diff) |
Add missing commas to april_fools_vids.json
#639 left the json file in a broken state, not letting the bot start.
Diffstat (limited to 'bot/resources')
-rw-r--r-- | bot/resources/easter/april_fools_vids.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bot/resources/easter/april_fools_vids.json b/bot/resources/easter/april_fools_vids.json index d029ff86..b2cbd07b 100644 --- a/bot/resources/easter/april_fools_vids.json +++ b/bot/resources/easter/april_fools_vids.json @@ -115,15 +115,15 @@ { "title": "Introducing Gmail Motion", "link": "https://youtu.be/Bu927_ul_X0" - } + }, { "title": "Introducing GeForce GTX G-Assist", "link": "https://youtu.be/smM-Wdk2RLQ" - } + }, { "title": "The Hovering Mouse - Project McFly | Razer", "link": "https://youtu.be/IlCx5gjAmqI" - } + }, { "title": "Be the Machine | Project Venom v2", "link": "https://youtu.be/j8UJE7DoyJ8" |