Support more answer variations in lie-swatter

This commit is contained in:
Dragon Fire
2020-05-06 10:00:53 -04:00
parent 4b8aa27161
commit 2292ebcd1b
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -4,8 +4,8 @@ const { stripIndents } = require('common-tags');
const Collection = require('@discordjs/collection');
const { delay } = require('../../util/Util');
const { SUCCESS_EMOJI_ID } = process.env;
const trueOptions = ['true', 'yes', 'the truth'];
const falseOptions = ['false', 'lie', 'no', 'a lie'];
const trueOptions = ['true', 'yes', 'the truth', 't', 'tru', 'tr', 'y', 'ye'];
const falseOptions = ['false', 'lie', 'no', 'a lie', 'f', 'fals', 'fal', 'fa', 'n', 'l'];
module.exports = class LieSwatterCommand extends Command {
constructor(client) {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "114.6.2",
"version": "114.6.3",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {