1.0.5 • Published 2 years ago

discord-bot-funcoes v1.0.5

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

➡️ 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}`})

npm.io

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