Skip to content

Latest commit

 

History

History
48 lines (25 loc) · 1.28 KB

README.md

File metadata and controls

48 lines (25 loc) · 1.28 KB

Simple Discord bot that gets a screenshot of the next MMA fight card for UFC, Bellator, PFL ,ONE FC and Glory Kickboxing from ESPN, ONEFC and Glory kickboxing


Description:

Simple bot that does simple task.


Installation

1- Node.js required for running the bot .

2- npm i puppeteer

3- npm install discord.js

4- copy your bot token in the config.json file you can change the bot command prefix in the same file aswell .

  • it takes the bot an average of 10s to 15s to pull the screenshot please don't spam it ...
  • if the bot throws an error restart the bot

Usage:

!ufc : gets UFC next fight card

!bellator : gets Bellator next fight card

!pfl : gets PFL next fight card

!one : gets ONE FC next fight card

!glory : gets Glory Kickboxing next fight card


this bot gets to the links via puppeteer headless browser


Dependencies:

Discord.js

Puppeteer