randomgifs-disc

1.1.0 • Public • Published

SETUP

const random = require("randomgifs-disc")         

Functions

random.kiss()
random.angry()
random.bye()
random.cook()
random.gaming()
random.chistes()

Uso de interacciones

const embed = new MessageEmbed()
.setDescription("Hello")
.setImage(random.kiss())

interaction.reply({embeds: [embed]})

Uso de chistes

const embed = new MessageEmbed()
.setDescription(`${random.chistes}`)

interaction.reply({embeds: [embed]})

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i randomgifs-disc

    Weekly Downloads

    0

    Version

    1.1.0

    License

    ISC

    Unpacked Size

    14.7 kB

    Total Files

    13

    Last publish

    Collaborators

    • riincon