diff options
author | 2021-04-11 19:02:01 +0100 | |
---|---|---|
committer | 2021-04-11 19:02:01 +0100 | |
commit | b8e8be4dff862997b8ba30ce48092c1c529d34c3 (patch) | |
tree | 3f0feee9dd67776fc06f531740a2f77f009a296b /bot/resources | |
parent | Merge pull request #675 from python-discord/trashcan-can-now-be-overwritten-w... (diff) |
fix: put april fools video links in correct channel names
Diffstat (limited to 'bot/resources')
-rw-r--r-- | bot/resources/easter/april_fools_vids.json | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/bot/resources/easter/april_fools_vids.json b/bot/resources/easter/april_fools_vids.json index b2cbd07b..49a28bfa 100644 --- a/bot/resources/easter/april_fools_vids.json +++ b/bot/resources/easter/april_fools_vids.json @@ -115,11 +115,15 @@ { "title": "Introducing Gmail Motion", "link": "https://youtu.be/Bu927_ul_X0" - }, + } + ], + "nvidia": [ { "title": "Introducing GeForce GTX G-Assist", "link": "https://youtu.be/smM-Wdk2RLQ" - }, + } + ], + "razer": [ { "title": "The Hovering Mouse - Project McFly | Razer", "link": "https://youtu.be/IlCx5gjAmqI" @@ -129,5 +133,4 @@ "link": "https://youtu.be/j8UJE7DoyJ8" } ] - } |