mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-11 11:21:16 +02:00
Revert some stuff
This commit is contained in:
+1
-1
@@ -103,7 +103,7 @@ class Util {
|
||||
max: 1,
|
||||
time
|
||||
});
|
||||
if (!verify.size) return false;
|
||||
if (!verify.size) return 0;
|
||||
const choice = verify.first().content.toLowerCase();
|
||||
if (yes.includes(choice)) return true;
|
||||
if (no.includes(choice)) return false;
|
||||
|
||||
Reference in New Issue
Block a user