mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-14 08:08:34 +02:00
Remove verificaton check
This commit is contained in:
+1
-1
@@ -316,7 +316,7 @@ module.exports = class Util {
|
||||
});
|
||||
if (!verify.size) return 0;
|
||||
const choice = verify.first().content.toLowerCase();
|
||||
if (yes.includes(choice) || extraYes.includes(choice)) return verify.first();
|
||||
if (yes.includes(choice) || extraYes.includes(choice)) return true;
|
||||
if (no.includes(choice) || extraNo.includes(choice)) return false;
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user