From 17345a9c2283ba020dd9f5da96dbced70bad789d Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Wed, 24 Mar 2021 18:04:12 -0400 Subject: [PATCH] Remove dating command --- commands/other/dating.js | 29 ----------------------------- package.json | 8 ++++---- 2 files changed, 4 insertions(+), 33 deletions(-) delete mode 100644 commands/other/dating.js diff --git a/commands/other/dating.js b/commands/other/dating.js deleted file mode 100644 index 53b3fae6..00000000 --- a/commands/other/dating.js +++ /dev/null @@ -1,29 +0,0 @@ -const ImgurAlbumCommand = require('../../structures/commands/ImgurAlbum'); -const { stripIndents } = require('common-tags'); -const texts = require('../../assets/json/dating'); -const { XIAO_ALBUM_ID } = process.env; - -module.exports = class DatingCommand extends ImgurAlbumCommand { - constructor(client) { - super(client, { - name: 'dating', - aliases: ['date', 'tinder'], - group: 'other', - memberName: 'dating', - description: 'Find the person of your dreams with this dating system!', - clientPermissions: ['ATTACH_FILES'], - albumID: XIAO_ALBUM_ID - }); - } - - generateText() { - const text = texts[Math.floor(Math.random() * texts.length)]; - return stripIndents` - **${this.client.user.username}, ${new Date().getFullYear() - 2017}** - _${text}_ - - Send a friend request to ${this.client.user.tag} to meet now! - Don't worry, this is just a joke. Unless... - `; - } -}; diff --git a/package.json b/package.json index 4c55b578..548a0e8a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "133.1.1", + "version": "134.0.0", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": { @@ -57,7 +57,7 @@ "gm": "^1.23.1", "html-entities": "^2.1.1", "image-to-ascii": "^3.0.13", - "ioredis": "^4.24.2", + "ioredis": "^4.24.4", "js-beautify": "^1.13.5", "js-chess-engine": "^0.11.0", "kuroshiro": "^1.1.2", @@ -71,13 +71,13 @@ "pokersolver": "^2.1.4", "random-js": "^2.1.0", "rss-parser": "^3.12.0", - "semver": "^7.3.4", + "semver": "^7.3.5", "sherlockjs": "^1.4.0", "stackblur-canvas": "^2.5.0", "tesseract.js": "^2.1.4", "text-diff": "^1.0.1", "tictactoe-minimax-ai": "^1.2.1", - "user-agents": "^1.0.597", + "user-agents": "^1.0.600", "valid-url": "^1.0.9", "wavefile": "^11.0.0", "winston": "^3.3.3",