Update pr0gag.mjs

This commit is contained in:
Flummi 2019-05-23 09:35:59 +00:00
parent 175b994be3
commit e8d24689bb

View File

@ -19,7 +19,7 @@ const site = "https://pr0gramm.com/new/";
export default bot => {
bot._trigger.set("pr0gag", new bot.trigger({
call: /(vid|img)\.pr0gramm\.com.*/i,
call: /(full|vid|img)\.pr0gramm\.com.*/i,
set: "uwe",
f: e => {
const link = "https://" + e.message.match(regex)[0];