Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 456 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 456 Bytes

ss-grabber.js

Discord.js bot that sends images from https://prnt.sc to discord chat.

Requirments:

discord.js ^12.3.1 
node-fetch ^2.6.1

Functions:

👀 randompic

Guide:

Install all dependencies npm install

Your bot token should be in config.js file - it should look something like this

module.exports = {
  token: 'token-here',
  prefix: '.'
}

To run bot use node src/index.js

Contact:

Discord: Nimplex#6232