1.0.3 • Published 5 years ago

wio-spam-defender v1.0.3

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

#wio-spam-defender ##Yüklemek İçin

npm install  wio-spam-defender
const { Client } = require("discord.js");
const { SpamDefender } = require("wio-spam-defender");
const client = new Client();

const options = {
    uyariLimit:3,
    mesajLimit:5,
    uyariMesaji:"spam yapma birader."
};

new SpamDefender(client,options);
client.login("token");

İnstagram

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago