This commit is contained in:
Daniel Odendahl Jr
2017-11-09 00:02:59 +00:00
parent 819db49057
commit b6afded306
125 changed files with 743 additions and 289 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ module.exports = class ContrastCommand extends Command {
name: 'contrast',
group: 'avatar-edit',
memberName: 'contrast',
description: 'Draws a user\'s avatar, but with contrast.',
description: 'Draws a user\'s avatar but with contrast.',
throttling: {
usages: 1,
duration: 15
+1 -1
View File
@@ -9,7 +9,7 @@ module.exports = class DexterCommand extends Command {
name: 'dexter',
group: 'avatar-edit',
memberName: 'dexter',
description: 'Draws a user\'s avatar over Dexter from Pokémon\'s screen.',
description: 'Draws a user\'s avatar over the screen of Dexter from Pokémon.',
throttling: {
usages: 1,
duration: 15
+1 -1
View File
@@ -9,7 +9,7 @@ module.exports = class InvertCommand extends Command {
name: 'invert',
group: 'avatar-edit',
memberName: 'invert',
description: 'Draws a user\'s avatar inverted.',
description: 'Draws a user\'s avatar but inverted.',
throttling: {
usages: 1,
duration: 15
+1 -1
View File
@@ -10,7 +10,7 @@ module.exports = class LookWhatKarenHaveCommand extends Command {
aliases: ['look-at-what-karen-has', 'look-what-karen-has'],
group: 'avatar-edit',
memberName: 'look-what-karen-have',
description: 'Draws a user\'s avatar over Karen\'s photo.',
description: 'Draws a user\'s avatar over Karen\'s piece of paper.',
throttling: {
usages: 1,
duration: 15
+1 -1
View File
@@ -8,7 +8,7 @@ module.exports = class PixelizeCommand extends Command {
name: 'pixelize',
group: 'avatar-edit',
memberName: 'pixelize',
description: 'Draws a user\'s avatar pixelized.',
description: 'Draws a user\'s avatar but pixelized.',
throttling: {
usages: 1,
duration: 15
+1 -1
View File
@@ -10,7 +10,7 @@ module.exports = class SteamCardCommand extends Command {
aliases: ['valve-card'],
group: 'avatar-edit',
memberName: 'steam-card',
description: 'Draws a user\'s avatar over a Steam Trading Card.',
description: 'Draws a user\'s avatar on a Steam Trading Card.',
guildOnly: true,
throttling: {
usages: 1,
+1 -1
View File
@@ -10,7 +10,7 @@ module.exports = class TriggeredCommand extends Command {
name: 'triggered',
group: 'avatar-edit',
memberName: 'triggered',
description: 'Draws a user\'s avatar over a Triggered meme.',
description: 'Draws a user\'s avatar over the "Triggered" meme.',
throttling: {
usages: 1,
duration: 15