mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-27 22:27:44 +02:00
Remove dating command
This commit is contained in:
@@ -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...
|
|
||||||
`;
|
|
||||||
}
|
|
||||||
};
|
|
||||||
+4
-4
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xiao",
|
"name": "xiao",
|
||||||
"version": "133.1.1",
|
"version": "134.0.0",
|
||||||
"description": "Your personal server companion.",
|
"description": "Your personal server companion.",
|
||||||
"main": "Xiao.js",
|
"main": "Xiao.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@@ -57,7 +57,7 @@
|
|||||||
"gm": "^1.23.1",
|
"gm": "^1.23.1",
|
||||||
"html-entities": "^2.1.1",
|
"html-entities": "^2.1.1",
|
||||||
"image-to-ascii": "^3.0.13",
|
"image-to-ascii": "^3.0.13",
|
||||||
"ioredis": "^4.24.2",
|
"ioredis": "^4.24.4",
|
||||||
"js-beautify": "^1.13.5",
|
"js-beautify": "^1.13.5",
|
||||||
"js-chess-engine": "^0.11.0",
|
"js-chess-engine": "^0.11.0",
|
||||||
"kuroshiro": "^1.1.2",
|
"kuroshiro": "^1.1.2",
|
||||||
@@ -71,13 +71,13 @@
|
|||||||
"pokersolver": "^2.1.4",
|
"pokersolver": "^2.1.4",
|
||||||
"random-js": "^2.1.0",
|
"random-js": "^2.1.0",
|
||||||
"rss-parser": "^3.12.0",
|
"rss-parser": "^3.12.0",
|
||||||
"semver": "^7.3.4",
|
"semver": "^7.3.5",
|
||||||
"sherlockjs": "^1.4.0",
|
"sherlockjs": "^1.4.0",
|
||||||
"stackblur-canvas": "^2.5.0",
|
"stackblur-canvas": "^2.5.0",
|
||||||
"tesseract.js": "^2.1.4",
|
"tesseract.js": "^2.1.4",
|
||||||
"text-diff": "^1.0.1",
|
"text-diff": "^1.0.1",
|
||||||
"tictactoe-minimax-ai": "^1.2.1",
|
"tictactoe-minimax-ai": "^1.2.1",
|
||||||
"user-agents": "^1.0.597",
|
"user-agents": "^1.0.600",
|
||||||
"valid-url": "^1.0.9",
|
"valid-url": "^1.0.9",
|
||||||
"wavefile": "^11.0.0",
|
"wavefile": "^11.0.0",
|
||||||
"winston": "^3.3.3",
|
"winston": "^3.3.3",
|
||||||
|
|||||||
Reference in New Issue
Block a user