mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-23 18:05:01 +02:00
Bunch of new aliases
This commit is contained in:
@@ -10,7 +10,7 @@ module.exports = class ChangeMyMindCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'change-my-mind',
|
||||
aliases: ['change-mind', 'mind-change'],
|
||||
aliases: ['change-mind', 'mind-change', 'cmv', 'cmm'],
|
||||
group: 'edit-meme',
|
||||
memberName: 'change-my-mind',
|
||||
description: 'Sends a "Change My Mind" meme with the text of your choice.',
|
||||
|
||||
@@ -7,7 +7,7 @@ module.exports = class DistractedBoyfriendCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'distracted-boyfriend',
|
||||
aliases: ['man-looking-at-other-woman', 'jealous-girlfriend'],
|
||||
aliases: ['man-looking-at-other-woman', 'jealous-girlfriend', 'distracted-bf', 'jealous-gf'],
|
||||
group: 'edit-meme',
|
||||
memberName: 'distracted-boyfriend',
|
||||
description: 'Draws three user\'s avatars over the "Distracted Boyfriend" meme.',
|
||||
|
||||
@@ -11,7 +11,7 @@ module.exports = class EnslavedCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'enslaved',
|
||||
aliases: ['ah-yes-enslaved', 'ah-yes'],
|
||||
aliases: ['ah-yes-enslaved', 'ah-yes', 'enslave'],
|
||||
group: 'edit-meme',
|
||||
memberName: 'enslaved',
|
||||
description: 'Sends a "Ah yes, enslaved" meme with the image and text of your choice.',
|
||||
|
||||
@@ -25,7 +25,8 @@ module.exports = class MemeGenModernCommand extends Command {
|
||||
'm-meme-generator',
|
||||
'create-m-meme',
|
||||
'mgm',
|
||||
'mg'
|
||||
'mg',
|
||||
'reaction-meme'
|
||||
],
|
||||
group: 'edit-meme',
|
||||
memberName: 'meme-gen-modern',
|
||||
|
||||
@@ -7,6 +7,7 @@ module.exports = class SoraSelfieCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'sora-selfie',
|
||||
aliases: ['sora', 'sora-camera', 'sora-cam'],
|
||||
group: 'edit-meme',
|
||||
memberName: 'sora-selfie',
|
||||
description: 'Draws an image or a user\'s avatar behind Sora taking a selfie.',
|
||||
|
||||
@@ -8,7 +8,7 @@ module.exports = class ThisGuyCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'this-guy',
|
||||
aliases: ['get-a-load-of-this-guy'],
|
||||
aliases: ['get-a-load-of-this-guy', 'get-a-load-of'],
|
||||
group: 'edit-meme',
|
||||
memberName: 'this-guy',
|
||||
description: 'Draws an image or a user\'s avatar over the "Get a load of this guy" meme.',
|
||||
|
||||
@@ -8,6 +8,7 @@ module.exports = class ThugLifeCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'thug-life',
|
||||
aliases: ['thug'],
|
||||
group: 'edit-meme',
|
||||
memberName: 'thug-life',
|
||||
description: 'Draws "Thug Life" over an image or a user\'s avatar.',
|
||||
|
||||
@@ -8,6 +8,7 @@ module.exports = class ToBeContinuedCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'to-be-continued',
|
||||
aliases: ['tbc', 'つづく', 'tsudzuku', 'tsuzuku'],
|
||||
group: 'edit-meme',
|
||||
memberName: 'to-be-continued',
|
||||
description: 'Draws an image with the "To Be Continued..." arrow.',
|
||||
|
||||
@@ -7,7 +7,7 @@ module.exports = class VietnamFlashbacksCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'vietnam-flashbacks',
|
||||
aliases: ['nam-flashbacks', 'vietnam'],
|
||||
aliases: ['nam-flashbacks', 'vietnam', 'nam'],
|
||||
group: 'edit-meme',
|
||||
memberName: 'vietnam-flashbacks',
|
||||
description: 'Edits Vietnam flashbacks behind an image or a user\'s avatar.',
|
||||
|
||||
Reference in New Issue
Block a user