mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-17 21:40:51 +02:00
Beep
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user