1.1.5 โ€ข Published 2 years ago

vcodez v1.1.5

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

โ“ Support

๐Ÿ“œ NPM Installation

npm install vcodez

๐Ÿช Outdated Version? Go to the npm page and change VERSION to the newest version!

npm install vcodez@VERSION

๐Ÿงช Examples

๐Ÿคฃ Meme command

const vcodez = require("vcodez")
const Discord = require("discord.js")
const client = new Discord.Client({ intents: 32767 })


client.on("messageCreate", async(message) => {
if (message.content.toLowerCase() === "/meme") {
  const meme = await vcodez.meme()
  message.channel.send({ content: `๐Ÿคฃ ${meme}` })
  }
})

๐Ÿฅ— Food Command

const vcodez = require("vcodez")
const { Discord, MessageEmbed } = require("discord.js")
const client = new Discord.Client({ intents: 32767 })


client.on("messageCreate", async(message) => {
if (message.content.toLowerCase() === "/food") {
  const food = await vcodez.food()
  const embed = new MessageEmbed()
  .setTitle(`${food.title}`)
  .setImage(food.image)
  message.channel.send({ embeds: [embed] })
  }
})

๐ŸŽ Endpoints

  • 8ball
  • Car
  • Cat
  • Caution
  • Chatbot
  • Color
  • Covid
  • Dog
  • Food
  • image/color
  • Joke
  • Meme
  • Npm
  • Reverse
  • Sadcat
  • Screenshot
  • Subreddit
  • Showerthoughts
1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago