diff --git a/package.json b/package.json index cc8b7707..621b516e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "113.17.0", + "version": "113.17.1", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": { diff --git a/util/Util.js b/util/Util.js index 59a9d2cc..c90e74f5 100644 --- a/util/Util.js +++ b/util/Util.js @@ -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) {