Bunch of new aliases

This commit is contained in:
Dragon Fire
2021-01-27 17:58:43 -05:00
parent d8061ffdbe
commit dc68bdd852
48 changed files with 65 additions and 40 deletions
+1 -1
View File
@@ -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.',
+1 -1
View File
@@ -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.',
+1 -1
View File
@@ -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.',
+2 -1
View File
@@ -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',
+1
View File
@@ -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.',
+1 -1
View File
@@ -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.',
+1
View File
@@ -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.',
+1
View File
@@ -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.',
+1 -1
View File
@@ -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.',