This commit is contained in:
Daniel Odendahl Jr
2017-11-07 01:16:55 +00:00
parent 1a4f7a992d
commit 2c7af9e1ba
2 changed files with 29 additions and 23 deletions
+1
View File
@@ -86,6 +86,7 @@ class Util {
const joined = [];
joined.push(msg.author.id);
const filter = res => {
if (msg.author.bot) return false;
if (joined.includes(res.author.id)) return false;
if (res.content.toLowerCase() !== text) return false;
joined.push(res.author.id);