You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When screenshotting twitter with the following code (Making a discord bot, left out message parsing, on message func ect. so the code is clearer):
varwebshot=require('webshot');varsettings={renderDelay: 10000}webshot(web,'screenshot.png',settings,function(err){if(err){message.reply("There was an error in making the screenshot... (IGNORE, FOR DEBUGGING): "+err);}else{message.reply("Screenshot sucessful! Here is a screenshot of `"+web+"` at <t:"+Date.now()+":D> : ",{files: ["screenshot.png"]});}});
When screenshotting twitter with the following code (Making a discord bot, left out message parsing, on message func ect. so the code is clearer):
When I try screenshot: https://twitter.com/HarryButAverage/status/1414178617651834881
It outputs this mess:
Does anyone have any hunches as to why or any fixes? Thanks!
The text was updated successfully, but these errors were encountered: