1.0.1 • Published 2 years ago

utilcord v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Utilcord

Utilities to make your discord bots better and easier to make.

Current functions

import { nitro, meme } from 'discord-bot-utils'

// boost: true/false
nitro(true)

// meme
meme().then(x => {
    interaction.reply({ embeds: [
{
"title": x.title,
      "color": null,
      "author": {
        "name": x.author
      },
      "footer": {
        "text": 👍 x.upvotes
      }
}
] })
})