mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Updates
This commit is contained in:
+1
-1
@@ -88,7 +88,7 @@ class Util {
|
||||
const filter = res => {
|
||||
if (msg.author.bot) return false;
|
||||
if (joined.includes(res.author.id)) return false;
|
||||
if (res.content.toLowerCase() !== text) return false;
|
||||
if (res.content.toLowerCase() !== text.toLowerCase()) return false;
|
||||
joined.push(res.author.id);
|
||||
return true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user