Added missing custom reaction from patreon

This commit is contained in:
Kwoth 2016-09-18 18:30:01 +02:00
parent 957dcd7482
commit bc3010cef2
2 changed files with 12 additions and 0 deletions

View File

@ -99,6 +99,12 @@ namespace NadekoBot.Classes.JSONModels
} }, } },
{ "%mention% omega yato", new List<string>() { { "%mention% omega yato", new List<string>() {
"https://cdn.discordapp.com/attachments/168617088892534784/221047921410310144/Yato_Animated.gif" "https://cdn.discordapp.com/attachments/168617088892534784/221047921410310144/Yato_Animated.gif"
} },
{ "%mention% smack", new List<string>() {
"%target% https://66.media.tumblr.com/dd5d751f86002fd4a544dcef7a9763d6/tumblr_mjpheaAVj51s725bno1_500.gif",
"%target% https://media.giphy.com/media/jLeyZWgtwgr2U/giphy.gif",
"%target% http://orig11.deviantart.net/2d34/f/2013/339/1/2/golden_time_flower_slap_gif_by_paranoxias-d6wv007.gif",
"%target% http://media.giphy.com/media/LB1kIoSRFTC2Q/giphy.gif",
} } } }
}; };

View File

@ -100,6 +100,12 @@
], ],
"%mention% omega yato": [ "%mention% omega yato": [
"https://cdn.discordapp.com/attachments/168617088892534784/221047921410310144/Yato_Animated.gif" "https://cdn.discordapp.com/attachments/168617088892534784/221047921410310144/Yato_Animated.gif"
],
"%mention% smack": [
"%target% https://66.media.tumblr.com/dd5d751f86002fd4a544dcef7a9763d6/tumblr_mjpheaAVj51s725bno1_500.gif",
"%target% https://media.giphy.com/media/jLeyZWgtwgr2U/giphy.gif",
"%target% http://orig11.deviantart.net/2d34/f/2013/339/1/2/golden_time_flower_slap_gif_by_paranoxias-d6wv007.gif",
"%target% http://media.giphy.com/media/LB1kIoSRFTC2Q/giphy.gif"
] ]
}, },
"RotatingStatuses": [], "RotatingStatuses": [],