mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 06:42:50 +02:00
More yes/no variations in verify
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
const crypto = require('crypto');
|
||||
const yes = ['yes', 'y', 'ye', 'yeah', 'yup', 'yea', 'ya'];
|
||||
const no = ['no', 'n', 'nah', 'nope', 'nop'];
|
||||
const yes = ['yes', 'y', 'ye', 'yeah', 'yup', 'yea', 'ya', 'hai', 'si', 'sí', 'oui', 'はい', 'correct'];
|
||||
const no = ['no', 'n', 'nah', 'nope', 'nop', 'iie', 'いいえ', 'non', 'fuck off'];
|
||||
|
||||
module.exports = class Util {
|
||||
static delay(ms) {
|
||||
|
||||
Reference in New Issue
Block a user