utilcord

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


Keywords
discord, discord-bot, npm, yarn, npm-package, typescript, discord.js, eris
License
MIT
Install
npm install utilcord@1.0.1

Documentation

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