Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

HellLover/discord-screenshot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this?

👋 Hey there! discord-screenshot is a simple package for Discord bots to screenshot websites!

Usage:

   const Screenshoter = require("discord-screenshot");
   const Discord = require("discord.js");
   const client = new Discord.Client();

   client.on("message", async msg => {

      const result = await Screenshoter.screenshot("https://google.com")
      return msg.channel.send(result) // https://cdn.discordapp.com/attachments/813400207638790154/841331537773068338/Screenshot.png

   })

   client.login("bot token");

Discord

You can find me on Discord with tag: HellLover#9626

About

A simple module to screenshot websites

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published