Added patreon reward custom reactions

This commit is contained in:
Kwoth 2016-09-05 21:17:19 +02:00
parent 9a8829eb12
commit 3e06c64765

View File

@ -90,6 +90,15 @@ namespace NadekoBot.Classes.JSONModels
} }, } },
{ "%mention% archer", new List<string>() { { "%mention% archer", new List<string>() {
"http://i.imgur.com/Bha9NhL.jpg" "http://i.imgur.com/Bha9NhL.jpg"
} },
{ "%mention% formuoli", new List<string>() {
"http://i.imgur.com/sCHYQhl.jpg"
} },
{ "%mention% mei", new List<string>() {
"http://i.imgur.com/Xkrf5y7.png"
} },
{ "%mention% omega yato", new List<string>() {
"https://cdn.discordapp.com/attachments/168617088892534784/221047921410310144/Yato_Animated.gif"
} } } }
}; };