This commit is contained in:
Flummi 2018-08-30 21:40:11 +02:00
parent 64465472cf
commit d76a59540a

View File

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