update to latest emoji kitchen

This commit is contained in:
derpystuff 2023-10-28 20:18:46 +02:00
parent f0478902c5
commit 79f795570f

View file

@ -338,7 +338,7 @@ module.exports.emojiKitchen = async function(emoji){
contentfilter: "high", contentfilter: "high",
media_filter: "png_transparent", media_filter: "png_transparent",
component: "proactive", component: "proactive",
collection: "emoji_kitchen_v5", collection: "emoji_kitchen_v6",
q: emoji.join('_') q: emoji.join('_')
}) })
} }