mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 14:13:02 -04:00
Resolves user-app issue with screenshot
This commit is contained in:
parent
054a6c9513
commit
283d5f3edb
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ module.exports = {
|
|||
try {
|
||||
const t = Date.now();
|
||||
|
||||
let ss = await webshot(context, args.url, context.channel.nsfw)
|
||||
let ss = await webshot(context, args.url, false) // nsfw sites are always blocked
|
||||
|
||||
if (ss.response.body.status && ss.response.body.status !== 3) {
|
||||
if (ss.response.body.image) return await editOrReply(context,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue