mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-13 15:58:06 +02:00
Updates
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user