Michael-J-Scofield / discord-anti-spam

A simple discord anti spam node.js module to prevent spam on your discord server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

client.on error

tabamodz opened this issue · comments

Issue Solved

You need define the client bot first:

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

client variable is assumed to be the variable that defines your new Discord.Client()
If your code is different you literally have to change 1 name in the code you have.
Therefore this issue is irrelevant.