1.1.0 • Published 1 year ago

randomgifs-disc v1.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

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]})
1.1.0

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago