0.0.9 • Published 6 years ago

tr-antispam v0.0.9

Weekly downloads
-
License
ISC
Repository
github
Last release
6 years ago

const Discord = require('discord.js'); const antispam = require('better-discord-antispam'); const client = new Discord.Client();

antispam(client, { limitUntilWarn: 3, limitUntilMuted: 5, interval: 2000, warningMessage: "", muteMessage: "", maxDuplicatesWarning: 7, maxDuplicatesMute: 10, ignoredRoles: [], ignoredMembers: [], mutedRole:"", timeMuted: 1000*600, logChannel: "" });

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.1

6 years ago