discord-bot-funcoes

1.0.5 • Public • Published

🔨 - Discord bot funções

🚀 Uma dependência para lhe ajudar nas funções de seu discord-bot

➡️ Instalação

npm i discord-bot-funcoes

Função: antispam

const Discord = require("discord.js");

let set = new Set()

client.on('message', async (msg) => {

    const anti = require("discord-bot-funcoes");
    anti.spamCheck(msg, set, 5000)
})

Exemplo do AntiSpam

test

Barra de Progesso

const barra = require("discord-bot-funcoes");

let msg = barra.splitBar(10, 5);

message.reply({content: `${msg}`})

  • Discord.js v13
  • Node v16
  • V1.0.0

Package Sidebar

Install

npm i discord-bot-funcoes

Weekly Downloads

2

Version

1.0.5

License

ISC

Unpacked Size

13.3 kB

Total Files

9

Last publish

Collaborators

  • thalleskraft0