diff --git a/NadekoBot/_Models/JSONModels/Configuration.cs b/NadekoBot/_Models/JSONModels/Configuration.cs index e01da5cf..fb65b3e0 100644 --- a/NadekoBot/_Models/JSONModels/Configuration.cs +++ b/NadekoBot/_Models/JSONModels/Configuration.cs @@ -99,6 +99,12 @@ namespace NadekoBot.Classes.JSONModels } }, { "%mention% omega yato", new List() { "https://cdn.discordapp.com/attachments/168617088892534784/221047921410310144/Yato_Animated.gif" + } }, + { "%mention% smack", new List() { + "%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", } } }; diff --git a/NadekoBot/bin/Debug/data/config_example.json b/NadekoBot/bin/Debug/data/config_example.json index 2723197e..25fd8c03 100644 --- a/NadekoBot/bin/Debug/data/config_example.json +++ b/NadekoBot/bin/Debug/data/config_example.json @@ -100,6 +100,12 @@ ], "%mention% omega yato": [ "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": [],