diff --git a/lib/shortcode.json b/lib/shortcode.json index 906def8..30d2f41 100644 --- a/lib/shortcode.json +++ b/lib/shortcode.json @@ -70,6 +70,7 @@ "VoteKawaiiDumpsterFire": ":kawaii-dumpster-fire-1wXeLxuTVBZe0Ht7Zu:", "VoteArtCuteOkay": ":art-cute-okay-3oxHQjb3brk6dOWBGg:", "VoteTommywiseauFootballSuperBowl": ":tommywiseau-football-super-bowl-xUOwGb60WL1S0SEZEY:", + "VoteTheXFiles": ":the-x-files-3oEduLGIEoZHNJ9CUM:", "VoteCatKittenSleep": ":cat-kitten-sleep-lck0BfsWrHeFUU63u1:", "VoteAlrokerAlRoker": ":alroker-al-roker-3ohzdFhIALkXTBxPkQ:", "VoteYes100Agree": ":yes-100-agree-xUOwGjPHOGcv9ddpYc:", diff --git a/services/nodevoto-gif/Gif.js b/services/nodevoto-gif/Gif.js index 24a2917..fedbaf8 100644 --- a/services/nodevoto-gif/Gif.js +++ b/services/nodevoto-gif/Gif.js @@ -75,8 +75,8 @@ class Gif { ':studiosoriginals-valentines-day-happy-l3q2LJoEChm4UE7FS:', ':kawaii-dumpster-fire-1wXeLxuTVBZe0Ht7Zu:', ':art-cute-okay-3oxHQjb3brk6dOWBGg:', - ':tommywiseau-football-super-bowl-xThta9MZdqAqDUvfeU:', ':tommywiseau-football-super-bowl-xUOwGb60WL1S0SEZEY:', + ':the-x-files-3oEduLGIEoZHNJ9CUM:', ':cat-kitten-sleep-lck0BfsWrHeFUU63u1:', ':studiosoriginals-xT9IgOdxEm8gYoJblC:', ':alroker-al-roker-3ohzdFhIALkXTBxPkQ:', diff --git a/test/nodevoto-emoji/Gif.test.js b/test/nodevoto-gif/Gif.test.js similarity index 100% rename from test/nodevoto-emoji/Gif.test.js rename to test/nodevoto-gif/Gif.test.js diff --git a/test/nodevoto-emoji/api.test.js b/test/nodevoto-gif/api.test.js similarity index 100% rename from test/nodevoto-emoji/api.test.js rename to test/nodevoto-gif/api.test.js