From 2aed7e462fe62cf1a60f2f5a2f5c5efeb050fdfb Mon Sep 17 00:00:00 2001 From: SkulZOnTheYT <92020118+SkulZOnTheYT@users.noreply.github.com> Date: Sun, 12 Nov 2023 13:02:09 +0700 Subject: [PATCH] Update quoteimage.js --- plugins/entertainment/quoteimage.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/entertainment/quoteimage.js b/plugins/entertainment/quoteimage.js index 144f77c..ea9cc9d 100644 --- a/plugins/entertainment/quoteimage.js +++ b/plugins/entertainment/quoteimage.js @@ -17,7 +17,7 @@ handler.help = ['quoteimage'] handler.tags = ['entertainment'] handler.command = /^(quotes?image)$/i -handler.premium = true +handler.premium = false handler.limit = true -export default handler \ No newline at end of file +export default handler