0.0.4 • Published 4 years ago

big-pog v0.0.4

Weekly downloads
2
License
ISC
Repository
-
Last release
4 years ago

BIG-POG-PACKAGE

REASON TO MAKE THIS

  • DogoMB's nickname in MinerCord Support is const wagon = require("Big Pog") so thats why i made this package

whats in verison 0.0.4?

  • fixed the errors with the png image
  • fixed where it errored out saying only url are supported
  • fixed the error of that Fetch wasnt defined
  • fixed the readme.md exmaple

MinerCord

  • thanks for taking your time to look at this
const discord = require("discord.js")
const big = require('big-pog')
const client = new discord.Client()
const { MessageEmbed } = discord

client.on("ready", () => {
    console.log('BOT IS READY')
})

client.on("message", async message => {
    if (message.content === `${prefix}`wagon) {
     let data = await big.Wagon()
     message.channel.send(data)
    }
})


client.login("token here")
0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago