From 5f34ab2e935c743fbf8670cc840eedf319776c9a Mon Sep 17 00:00:00 2001 From: Anthony Date: Tue, 26 Jul 2022 01:46:15 +0100 Subject: [PATCH] feat(arabot): add new gifs thanks to Jonquil --- src/utils/gifs.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/utils/gifs.ts b/src/utils/gifs.ts index ab690a3..4ff33da 100644 --- a/src/utils/gifs.ts +++ b/src/utils/gifs.ts @@ -9,6 +9,7 @@ export const Hugs = [ 'https://c.tenor.com/16n9S22q870AAAAC/cute-boy.gif', 'https://c.tenor.com/cdk8SjH32okAAAAC/dog-pig.gif', 'https://c.tenor.com/9mLPT5v1ah8AAAAd/how-to-introduce-your-cat-to-a-bunny-cat.gif', + 'https://tenor.com/view/bear-bruh-bearr-bearrrr-gif-22701476', // Thanks to Jonquil (277429709711605761) <3 ]; export const Kill = [ @@ -35,4 +36,5 @@ export const Poke = [ 'https://c.tenor.com/1-_kiSN980kAAAAC/begging-for-attention-viralhog.gif', 'https://c.tenor.com/S5hZ9m8lRhkAAAAd/owl-turning-head.gif', 'https://c.tenor.com/XAXSLU_w_yoAAAAd/boop-crow.gif', + 'https://c.tenor.com/o9X9XXVCm-MAAAAC/bird-cute.gif', // Thanks to Jonquil (277429709711605761) <3 ];