0.0.9 • Published 5 years ago

tr-antispam v0.0.9

Weekly downloads
-
License
ISC
Repository
github
Last release
5 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

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.1

5 years ago