mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 15:07:42 +02:00
Remove memberName (leftover Commando thing)
This commit is contained in:
@@ -5,7 +5,6 @@ module.exports = class AgeCommand extends Command {
|
|||||||
super(client, {
|
super(client, {
|
||||||
name: 'age',
|
name: 'age',
|
||||||
group: 'analyze',
|
group: 'analyze',
|
||||||
memberName: 'age',
|
|
||||||
description: 'Responds with how old someone born in a certain year is.',
|
description: 'Responds with how old someone born in a certain year is.',
|
||||||
args: [
|
args: [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ module.exports = class AspectRatioCommand extends Command {
|
|||||||
name: 'aspect-ratio',
|
name: 'aspect-ratio',
|
||||||
aliases: ['aspect', 'ratio'],
|
aliases: ['aspect', 'ratio'],
|
||||||
group: 'analyze',
|
group: 'analyze',
|
||||||
memberName: 'aspect-ratio',
|
|
||||||
description: 'Determines an image\'s aspect ratio.',
|
description: 'Determines an image\'s aspect ratio.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 2,
|
usages: 2,
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ module.exports = class BirthstoneCommand extends Command {
|
|||||||
super(client, {
|
super(client, {
|
||||||
name: 'birthstone',
|
name: 'birthstone',
|
||||||
group: 'analyze',
|
group: 'analyze',
|
||||||
memberName: 'birthstone',
|
|
||||||
description: 'Responds with the Birthstone for a month.',
|
description: 'Responds with the Birthstone for a month.',
|
||||||
args: [
|
args: [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ module.exports = class CharacterCountCommand extends Command {
|
|||||||
name: 'character-count',
|
name: 'character-count',
|
||||||
aliases: ['characters', 'chars', 'length', 'char-count', 'len'],
|
aliases: ['characters', 'chars', 'length', 'char-count', 'len'],
|
||||||
group: 'analyze',
|
group: 'analyze',
|
||||||
memberName: 'character-count',
|
|
||||||
description: 'Responds with the character count of text.',
|
description: 'Responds with the character count of text.',
|
||||||
args: [
|
args: [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ module.exports = class ChineseZodiacCommand extends Command {
|
|||||||
name: 'chinese-zodiac',
|
name: 'chinese-zodiac',
|
||||||
aliases: ['chinese-zodiac-sign', 'c-zodiac', 'c-zodiac-sign'],
|
aliases: ['chinese-zodiac-sign', 'c-zodiac', 'c-zodiac-sign'],
|
||||||
group: 'analyze',
|
group: 'analyze',
|
||||||
memberName: 'chinese-zodiac',
|
|
||||||
description: 'Responds with the Chinese Zodiac Sign for the given year.',
|
description: 'Responds with the Chinese Zodiac Sign for the given year.',
|
||||||
args: [
|
args: [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ module.exports = class DominantColorCommand extends Command {
|
|||||||
name: 'dominant-color',
|
name: 'dominant-color',
|
||||||
aliases: ['dom-color', 'dominant-colour', 'dom-colour'],
|
aliases: ['dom-color', 'dominant-colour', 'dom-colour'],
|
||||||
group: 'analyze',
|
group: 'analyze',
|
||||||
memberName: 'dominant-color',
|
|
||||||
description: 'Determines the dominant color of an image.',
|
description: 'Determines the dominant color of an image.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 2,
|
usages: 2,
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ module.exports = class FacesCommand extends Command {
|
|||||||
name: 'faces',
|
name: 'faces',
|
||||||
aliases: ['face'],
|
aliases: ['face'],
|
||||||
group: 'analyze',
|
group: 'analyze',
|
||||||
memberName: 'faces',
|
|
||||||
description: 'Shows all detected faces in an image.',
|
description: 'Shows all detected faces in an image.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 1,
|
usages: 1,
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ module.exports = class GenderCommand extends Command {
|
|||||||
name: 'gender',
|
name: 'gender',
|
||||||
aliases: ['guess-gender', 'gender-guess'],
|
aliases: ['guess-gender', 'gender-guess'],
|
||||||
group: 'analyze',
|
group: 'analyze',
|
||||||
memberName: 'gender',
|
|
||||||
description: 'Determines the gender of a name.',
|
description: 'Determines the gender of a name.',
|
||||||
credit: [
|
credit: [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ module.exports = class GenerationCommand extends Command {
|
|||||||
name: 'generation',
|
name: 'generation',
|
||||||
aliases: ['gen'],
|
aliases: ['gen'],
|
||||||
group: 'analyze',
|
group: 'analyze',
|
||||||
memberName: 'generation',
|
|
||||||
description: 'Responds with the Generation for the given year.',
|
description: 'Responds with the Generation for the given year.',
|
||||||
args: [
|
args: [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ module.exports = class ImageSizeCommand extends Command {
|
|||||||
name: 'image-size',
|
name: 'image-size',
|
||||||
aliases: ['img-size', 'size', 'dimensions', 'image-dimensions', 'img-dimensions'],
|
aliases: ['img-size', 'size', 'dimensions', 'image-dimensions', 'img-dimensions'],
|
||||||
group: 'analyze',
|
group: 'analyze',
|
||||||
memberName: 'image-size',
|
|
||||||
description: 'Determines the size of an image.',
|
description: 'Determines the size of an image.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 2,
|
usages: 2,
|
||||||
|
|||||||
@@ -13,7 +13,6 @@ module.exports = class IsItDownCommand extends Command {
|
|||||||
name: 'is-it-down',
|
name: 'is-it-down',
|
||||||
aliases: ['website-down', 'web-down', 'site-down', 'is-down'],
|
aliases: ['website-down', 'web-down', 'site-down', 'is-down'],
|
||||||
group: 'analyze',
|
group: 'analyze',
|
||||||
memberName: 'is-it-down',
|
|
||||||
description: 'Determines if a website is down or not.',
|
description: 'Determines if a website is down or not.',
|
||||||
credit: [
|
credit: [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ module.exports = class LevenshteinCommand extends Command {
|
|||||||
name: 'levenshtein',
|
name: 'levenshtein',
|
||||||
aliases: ['leven'],
|
aliases: ['leven'],
|
||||||
group: 'analyze',
|
group: 'analyze',
|
||||||
memberName: 'levenshtein',
|
|
||||||
description: 'Determines the levenshtein distance between two strings.',
|
description: 'Determines the levenshtein distance between two strings.',
|
||||||
args: [
|
args: [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -15,7 +15,6 @@ module.exports = class NsfwImageCommand extends Command {
|
|||||||
name: 'nsfw-image',
|
name: 'nsfw-image',
|
||||||
aliases: ['nsfw', 'nsfw-img', 'img-nsfw', 'image-nsfw'],
|
aliases: ['nsfw', 'nsfw-img', 'img-nsfw', 'image-nsfw'],
|
||||||
group: 'analyze',
|
group: 'analyze',
|
||||||
memberName: 'nsfw-image',
|
|
||||||
description: 'Determines if an image is NSFW.',
|
description: 'Determines if an image is NSFW.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 2,
|
usages: 2,
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ module.exports = class NsfwUrlCommand extends Command {
|
|||||||
name: 'nsfw-url',
|
name: 'nsfw-url',
|
||||||
aliases: ['nsfw-uri', 'url-nsfw', 'uri-nsfw'],
|
aliases: ['nsfw-uri', 'url-nsfw', 'uri-nsfw'],
|
||||||
group: 'analyze',
|
group: 'analyze',
|
||||||
memberName: 'nsfw-url',
|
|
||||||
description: 'Determines if a URL is NSFW.',
|
description: 'Determines if a URL is NSFW.',
|
||||||
args: [
|
args: [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ module.exports = class ParseTimeCommand extends Command {
|
|||||||
name: 'parse-time',
|
name: 'parse-time',
|
||||||
aliases: ['analyze-time', 'sherlock'],
|
aliases: ['analyze-time', 'sherlock'],
|
||||||
group: 'analyze',
|
group: 'analyze',
|
||||||
memberName: 'parse-time',
|
|
||||||
description: 'Analyzes the time duration you provide and gives the result.',
|
description: 'Analyzes the time duration you provide and gives the result.',
|
||||||
args: [
|
args: [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ module.exports = class ReadQRCodeCommand extends Command {
|
|||||||
name: 'read-qr-code',
|
name: 'read-qr-code',
|
||||||
aliases: ['scan-qr-code', 'scan-qr', 'read-qr'],
|
aliases: ['scan-qr-code', 'scan-qr', 'read-qr'],
|
||||||
group: 'analyze',
|
group: 'analyze',
|
||||||
memberName: 'read-qr-code',
|
|
||||||
description: 'Reads a QR Code.',
|
description: 'Reads a QR Code.',
|
||||||
credit: [
|
credit: [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ module.exports = class ScrabbleScoreCommand extends Command {
|
|||||||
name: 'scrabble-score',
|
name: 'scrabble-score',
|
||||||
aliases: ['scrabble'],
|
aliases: ['scrabble'],
|
||||||
group: 'analyze',
|
group: 'analyze',
|
||||||
memberName: 'scrabble-score',
|
|
||||||
description: 'Responds with the scrabble score of a word.',
|
description: 'Responds with the scrabble score of a word.',
|
||||||
credit: [
|
credit: [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ module.exports = class ScreenshotCommand extends Command {
|
|||||||
name: 'screenshot',
|
name: 'screenshot',
|
||||||
aliases: ['capture', 'ss'],
|
aliases: ['capture', 'ss'],
|
||||||
group: 'analyze',
|
group: 'analyze',
|
||||||
memberName: 'screenshot',
|
|
||||||
description: 'Takes a screenshot of any webpage.',
|
description: 'Takes a screenshot of any webpage.',
|
||||||
clientPermissions: [PermissionFlagsBits.AttachFiles],
|
clientPermissions: [PermissionFlagsBits.AttachFiles],
|
||||||
throttling: {
|
throttling: {
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ module.exports = class TextDiffCommand extends Command {
|
|||||||
name: 'text-diff',
|
name: 'text-diff',
|
||||||
aliases: ['diff', 'percent-diff', 'name-diff'],
|
aliases: ['diff', 'percent-diff', 'name-diff'],
|
||||||
group: 'analyze',
|
group: 'analyze',
|
||||||
memberName: 'text-diff',
|
|
||||||
description: 'Compares two different bits of text.',
|
description: 'Compares two different bits of text.',
|
||||||
args: [
|
args: [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ module.exports = class ValidUrlCommand extends Command {
|
|||||||
name: 'valid-url',
|
name: 'valid-url',
|
||||||
aliases: ['url-valid', 'url-test', 'test-url'],
|
aliases: ['url-valid', 'url-test', 'test-url'],
|
||||||
group: 'analyze',
|
group: 'analyze',
|
||||||
memberName: 'valid-url',
|
|
||||||
description: 'Tests whether a URL is valid or not.',
|
description: 'Tests whether a URL is valid or not.',
|
||||||
args: [
|
args: [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ module.exports = class ZodiacSignCommand extends Command {
|
|||||||
name: 'zodiac-sign',
|
name: 'zodiac-sign',
|
||||||
aliases: ['zodiac'],
|
aliases: ['zodiac'],
|
||||||
group: 'analyze',
|
group: 'analyze',
|
||||||
memberName: 'zodiac-sign',
|
|
||||||
description: 'Responds with the Zodiac Sign for the given month/day.',
|
description: 'Responds with the Zodiac Sign for the given month/day.',
|
||||||
args: [
|
args: [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ module.exports = class CanYouNotCommand extends Command {
|
|||||||
name: 'can-you-not',
|
name: 'can-you-not',
|
||||||
aliases: ['can-u-not'],
|
aliases: ['can-u-not'],
|
||||||
group: 'auto',
|
group: 'auto',
|
||||||
memberName: 'can-you-not',
|
|
||||||
description: 'Can YOU not?',
|
description: 'Can YOU not?',
|
||||||
patterns: [/^(can (you|u) not\??)$/i]
|
patterns: [/^(can (you|u) not\??)$/i]
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ module.exports = class UnflipCommand extends Command {
|
|||||||
super(client, {
|
super(client, {
|
||||||
name: 'unflip',
|
name: 'unflip',
|
||||||
group: 'auto',
|
group: 'auto',
|
||||||
memberName: 'unflip',
|
|
||||||
description: 'Unflips a table.',
|
description: 'Unflips a table.',
|
||||||
patterns: [/\(╯°□°(\)|))╯︵ ┻━┻/i]
|
patterns: [/\(╯°□°(\)|))╯︵ ┻━┻/i]
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ module.exports = class CleverbotEndCommand extends Command {
|
|||||||
name: 'cleverbot-end',
|
name: 'cleverbot-end',
|
||||||
aliases: ['clevs-end', 'chat-end', 'end'],
|
aliases: ['clevs-end', 'chat-end', 'end'],
|
||||||
group: 'cleverbot',
|
group: 'cleverbot',
|
||||||
memberName: 'cleverbot-end',
|
|
||||||
description: 'Ends the current Cleverbot chat.'
|
description: 'Ends the current Cleverbot chat.'
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ module.exports = class CleverbotCommand extends Command {
|
|||||||
name: 'cleverbot',
|
name: 'cleverbot',
|
||||||
aliases: ['clevs', 'chat'],
|
aliases: ['clevs', 'chat'],
|
||||||
group: 'cleverbot',
|
group: 'cleverbot',
|
||||||
memberName: 'cleverbot',
|
|
||||||
description: 'Starts a Cleverbot conversation.',
|
description: 'Starts a Cleverbot conversation.',
|
||||||
credit: [
|
credit: [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ module.exports = class AvatarFusionCommand extends Command {
|
|||||||
name: 'avatar-fusion',
|
name: 'avatar-fusion',
|
||||||
aliases: ['avatar-fuse', 'ava-fuse'],
|
aliases: ['avatar-fuse', 'ava-fuse'],
|
||||||
group: 'edit-avatar',
|
group: 'edit-avatar',
|
||||||
memberName: 'avatar-fusion',
|
|
||||||
description: 'Draws a a user\'s avatar over a user\'s avatar.',
|
description: 'Draws a a user\'s avatar over a user\'s avatar.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 2,
|
usages: 2,
|
||||||
|
|||||||
@@ -12,7 +12,6 @@ module.exports = class EjectCommand extends Command {
|
|||||||
super(client, {
|
super(client, {
|
||||||
name: 'eject',
|
name: 'eject',
|
||||||
group: 'edit-avatar',
|
group: 'edit-avatar',
|
||||||
memberName: 'eject',
|
|
||||||
description: 'Ejects a user.',
|
description: 'Ejects a user.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 2,
|
usages: 2,
|
||||||
|
|||||||
@@ -11,7 +11,6 @@ module.exports = class HatCommand extends Command {
|
|||||||
super(client, {
|
super(client, {
|
||||||
name: 'hat',
|
name: 'hat',
|
||||||
group: 'edit-avatar',
|
group: 'edit-avatar',
|
||||||
memberName: 'hat',
|
|
||||||
description: 'Draws a hat over a user\'s avatar.',
|
description: 'Draws a hat over a user\'s avatar.',
|
||||||
details: `**Hats:** ${hatsKeys.join(', ')}`,
|
details: `**Hats:** ${hatsKeys.join(', ')}`,
|
||||||
throttling: {
|
throttling: {
|
||||||
|
|||||||
@@ -11,7 +11,6 @@ module.exports = class HeLivesInYouCommand extends Command {
|
|||||||
name: 'he-lives-in-you',
|
name: 'he-lives-in-you',
|
||||||
aliases: ['mufasa', 'simba'],
|
aliases: ['mufasa', 'simba'],
|
||||||
group: 'edit-avatar',
|
group: 'edit-avatar',
|
||||||
memberName: 'he-lives-in-you',
|
|
||||||
description: 'Draws a user\'s avatar over Simba from The Lion King\'s reflection.',
|
description: 'Draws a user\'s avatar over Simba from The Lion King\'s reflection.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 2,
|
usages: 2,
|
||||||
|
|||||||
@@ -11,7 +11,6 @@ module.exports = class HeartsCommand extends Command {
|
|||||||
name: 'hearts',
|
name: 'hearts',
|
||||||
aliases: ['heart'],
|
aliases: ['heart'],
|
||||||
group: 'edit-avatar',
|
group: 'edit-avatar',
|
||||||
memberName: 'hearts',
|
|
||||||
description: 'Draws hearts around a user\'s avatar.',
|
description: 'Draws hearts around a user\'s avatar.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 2,
|
usages: 2,
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ module.exports = class IHaveThePowerCommand extends Command {
|
|||||||
name: 'i-have-the-power',
|
name: 'i-have-the-power',
|
||||||
aliases: ['he-man'],
|
aliases: ['he-man'],
|
||||||
group: 'edit-avatar',
|
group: 'edit-avatar',
|
||||||
memberName: 'i-have-the-power',
|
|
||||||
description: 'Draws a user\'s avatar over He-Man\'s face.',
|
description: 'Draws a user\'s avatar over He-Man\'s face.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 2,
|
usages: 2,
|
||||||
|
|||||||
@@ -11,7 +11,6 @@ module.exports = class RipCommand extends Command {
|
|||||||
name: 'rip',
|
name: 'rip',
|
||||||
aliases: ['grave', 'grave-stone', 'rest-in-peace'],
|
aliases: ['grave', 'grave-stone', 'rest-in-peace'],
|
||||||
group: 'edit-avatar',
|
group: 'edit-avatar',
|
||||||
memberName: 'rip',
|
|
||||||
description: 'Draws a user\'s avatar over a gravestone.',
|
description: 'Draws a user\'s avatar over a gravestone.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 2,
|
usages: 2,
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ module.exports = class StatusButtonCommand extends Command {
|
|||||||
name: 'status-button',
|
name: 'status-button',
|
||||||
aliases: ['c99-nl'],
|
aliases: ['c99-nl'],
|
||||||
group: 'edit-avatar',
|
group: 'edit-avatar',
|
||||||
memberName: 'status-button',
|
|
||||||
description: 'Creates a Discord status button from c99.nl.',
|
description: 'Creates a Discord status button from c99.nl.',
|
||||||
clientPermissions: [PermissionFlagsBits.AttachFiles],
|
clientPermissions: [PermissionFlagsBits.AttachFiles],
|
||||||
credit: [
|
credit: [
|
||||||
|
|||||||
@@ -11,7 +11,6 @@ module.exports = class SteamNowPlayingCommand extends Command {
|
|||||||
name: 'steam-now-playing',
|
name: 'steam-now-playing',
|
||||||
aliases: ['now-playing'],
|
aliases: ['now-playing'],
|
||||||
group: 'edit-avatar',
|
group: 'edit-avatar',
|
||||||
memberName: 'steam-now-playing',
|
|
||||||
description: 'Draws a user\'s avatar over a Steam "now playing" notification.',
|
description: 'Draws a user\'s avatar over a Steam "now playing" notification.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 2,
|
usages: 2,
|
||||||
|
|||||||
@@ -14,7 +14,6 @@ module.exports = class TriggeredCommand extends Command {
|
|||||||
name: 'triggered',
|
name: 'triggered',
|
||||||
aliases: ['trigger'],
|
aliases: ['trigger'],
|
||||||
group: 'edit-avatar',
|
group: 'edit-avatar',
|
||||||
memberName: 'triggered',
|
|
||||||
description: 'Draws a user\'s avatar over the "Triggered" meme.',
|
description: 'Draws a user\'s avatar over the "Triggered" meme.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 2,
|
usages: 2,
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ module.exports = class AnimeEyesCommand extends Command {
|
|||||||
name: 'anime-eyes',
|
name: 'anime-eyes',
|
||||||
aliases: ['ani-eyes', 'manga-eyes'],
|
aliases: ['ani-eyes', 'manga-eyes'],
|
||||||
group: 'edit-face',
|
group: 'edit-face',
|
||||||
memberName: 'anime-eyes',
|
|
||||||
description: 'Draws anime eyes onto the faces in an image.',
|
description: 'Draws anime eyes onto the faces in an image.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 1,
|
usages: 1,
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ module.exports = class DannyDevitoCommand extends Command {
|
|||||||
name: 'danny-devito',
|
name: 'danny-devito',
|
||||||
aliases: ['devito'],
|
aliases: ['devito'],
|
||||||
group: 'edit-face',
|
group: 'edit-face',
|
||||||
memberName: 'danny-devito',
|
|
||||||
description: 'Draws Danny Devito\'s face onto the faces in an image.',
|
description: 'Draws Danny Devito\'s face onto the faces in an image.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 1,
|
usages: 1,
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ module.exports = class EmojiFaceCommand extends Command {
|
|||||||
name: 'emoji-face',
|
name: 'emoji-face',
|
||||||
aliases: ['emoji-f', 'e-face'],
|
aliases: ['emoji-f', 'e-face'],
|
||||||
group: 'edit-face',
|
group: 'edit-face',
|
||||||
memberName: 'emoji-face',
|
|
||||||
description: 'Draws an emoji onto the faces in an image.',
|
description: 'Draws an emoji onto the faces in an image.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 1,
|
usages: 1,
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ module.exports = class EyesCommand extends Command {
|
|||||||
super(client, {
|
super(client, {
|
||||||
name: 'eyes',
|
name: 'eyes',
|
||||||
group: 'edit-face',
|
group: 'edit-face',
|
||||||
memberName: 'eyes',
|
|
||||||
description: 'Draws emoji eyes onto the faces in an image.',
|
description: 'Draws emoji eyes onto the faces in an image.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 1,
|
usages: 1,
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ module.exports = class ShrekCommand extends Command {
|
|||||||
super(client, {
|
super(client, {
|
||||||
name: 'shrek',
|
name: 'shrek',
|
||||||
group: 'edit-face',
|
group: 'edit-face',
|
||||||
memberName: 'shrek',
|
|
||||||
description: 'Draws Shrek\'s face onto the faces in an image.',
|
description: 'Draws Shrek\'s face onto the faces in an image.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 1,
|
usages: 1,
|
||||||
|
|||||||
@@ -25,7 +25,6 @@ module.exports = class AceAttorneyCommand extends Command {
|
|||||||
'aa-quote'
|
'aa-quote'
|
||||||
],
|
],
|
||||||
group: 'edit-image-text',
|
group: 'edit-image-text',
|
||||||
memberName: 'ace-attorney',
|
|
||||||
description: 'Sends a text box from Ace Attorney with the quote and character of your choice.',
|
description: 'Sends a text box from Ace Attorney with the quote and character of your choice.',
|
||||||
details: `**Characters:** ${Object.keys(characters).join(', ')}`,
|
details: `**Characters:** ${Object.keys(characters).join(', ')}`,
|
||||||
throttling: {
|
throttling: {
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ module.exports = class AchievementCommand extends Command {
|
|||||||
name: 'achievement',
|
name: 'achievement',
|
||||||
aliases: ['minecraft-achievement', 'achieve'],
|
aliases: ['minecraft-achievement', 'achieve'],
|
||||||
group: 'edit-image-text',
|
group: 'edit-image-text',
|
||||||
memberName: 'achievement',
|
|
||||||
description: 'Sends a Minecraft achievement with the text of your choice.',
|
description: 'Sends a Minecraft achievement with the text of your choice.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 2,
|
usages: 2,
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ module.exports = class AxisCultSignUpCommand extends Command {
|
|||||||
name: 'axis-cult-sign-up',
|
name: 'axis-cult-sign-up',
|
||||||
aliases: ['axis-sign-up'],
|
aliases: ['axis-sign-up'],
|
||||||
group: 'edit-image-text',
|
group: 'edit-image-text',
|
||||||
memberName: 'axis-cult-sign-up',
|
|
||||||
description: 'Sends an Axis Cult Sign-Up sheet for you. Join today!',
|
description: 'Sends an Axis Cult Sign-Up sheet for you. Join today!',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 2,
|
usages: 2,
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ module.exports = class CautionCommand extends Command {
|
|||||||
name: 'caution',
|
name: 'caution',
|
||||||
aliases: ['caution-sign'],
|
aliases: ['caution-sign'],
|
||||||
group: 'edit-image-text',
|
group: 'edit-image-text',
|
||||||
memberName: 'caution',
|
|
||||||
description: 'Creates a caution sign with the text of your choice.',
|
description: 'Creates a caution sign with the text of your choice.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 2,
|
usages: 2,
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ module.exports = class CertificateCommand extends Command {
|
|||||||
name: 'certificate',
|
name: 'certificate',
|
||||||
aliases: ['award', 'certificate-of-excellence', 'cert', 'cert-of-excellence'],
|
aliases: ['award', 'certificate-of-excellence', 'cert', 'cert-of-excellence'],
|
||||||
group: 'edit-image-text',
|
group: 'edit-image-text',
|
||||||
memberName: 'certificate',
|
|
||||||
description: 'Sends a certificate of excellence with the name and reason of your choice.',
|
description: 'Sends a certificate of excellence with the name and reason of your choice.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 2,
|
usages: 2,
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ module.exports = class ChineseRestaurantCommand extends Command {
|
|||||||
name: 'chinese-restaurant',
|
name: 'chinese-restaurant',
|
||||||
aliases: ['chinese-restaurant-sign', 'chinese-food-sign', 'chinese-sign'],
|
aliases: ['chinese-restaurant-sign', 'chinese-food-sign', 'chinese-sign'],
|
||||||
group: 'edit-image-text',
|
group: 'edit-image-text',
|
||||||
memberName: 'chinese-restaurant',
|
|
||||||
description: 'Sends a Chinese restaurant sign with the text of your choice.',
|
description: 'Sends a Chinese restaurant sign with the text of your choice.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 2,
|
usages: 2,
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ module.exports = class DangerCommand extends Command {
|
|||||||
name: 'danger',
|
name: 'danger',
|
||||||
aliases: ['danger-sign'],
|
aliases: ['danger-sign'],
|
||||||
group: 'edit-image-text',
|
group: 'edit-image-text',
|
||||||
memberName: 'danger',
|
|
||||||
description: 'Creates a danger sign with the text of your choice.',
|
description: 'Creates a danger sign with the text of your choice.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 2,
|
usages: 2,
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ module.exports = class FontCommand extends Command {
|
|||||||
name: 'font',
|
name: 'font',
|
||||||
aliases: ['font-test', 'text-image', 'txt-img', 'text-img', 'txt-image'],
|
aliases: ['font-test', 'text-image', 'txt-img', 'text-img', 'txt-image'],
|
||||||
group: 'edit-image-text',
|
group: 'edit-image-text',
|
||||||
memberName: 'font',
|
|
||||||
description: 'Types text in a specific font.',
|
description: 'Types text in a specific font.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 2,
|
usages: 2,
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ module.exports = class GandhiQuoteCommand extends Command {
|
|||||||
name: 'gandhi-quote',
|
name: 'gandhi-quote',
|
||||||
aliases: ['gandhi', 'mahatma-gandhi', 'mahatma-gandhi-quote'],
|
aliases: ['gandhi', 'mahatma-gandhi', 'mahatma-gandhi-quote'],
|
||||||
group: 'edit-image-text',
|
group: 'edit-image-text',
|
||||||
memberName: 'gandhi-quote',
|
|
||||||
description: 'Makes Mahatma Gandhi say the quote you want.',
|
description: 'Makes Mahatma Gandhi say the quote you want.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 2,
|
usages: 2,
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ module.exports = class HighwaySignCommand extends Command {
|
|||||||
name: 'highway-sign',
|
name: 'highway-sign',
|
||||||
aliases: ['road-sign', 'road-work-sign', 'electronic-highway-sign'],
|
aliases: ['road-sign', 'road-work-sign', 'electronic-highway-sign'],
|
||||||
group: 'edit-image-text',
|
group: 'edit-image-text',
|
||||||
memberName: 'highway-sign',
|
|
||||||
description: 'Sends a highway sign sign with the text of your choice.',
|
description: 'Sends a highway sign sign with the text of your choice.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 2,
|
usages: 2,
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ module.exports = class HollywoodStarCommand extends Command {
|
|||||||
name: 'hollywood-star',
|
name: 'hollywood-star',
|
||||||
aliases: ['hollywood', 'walk-of-fame', 'walk-of-fame-star'],
|
aliases: ['hollywood', 'walk-of-fame', 'walk-of-fame-star'],
|
||||||
group: 'edit-image-text',
|
group: 'edit-image-text',
|
||||||
memberName: 'hollywood-star',
|
|
||||||
description: 'Sends a Hollywood Walk of Fame star with the name of your choice.',
|
description: 'Sends a Hollywood Walk of Fame star with the name of your choice.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 2,
|
usages: 2,
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ module.exports = class JeopardyQuestionCommand extends Command {
|
|||||||
name: 'jeopardy-question',
|
name: 'jeopardy-question',
|
||||||
aliases: ['clue-card', 'jeopardy-clue-card', 'jeopardy-clue'],
|
aliases: ['clue-card', 'jeopardy-clue-card', 'jeopardy-clue'],
|
||||||
group: 'edit-image-text',
|
group: 'edit-image-text',
|
||||||
memberName: 'jeopardy-question',
|
|
||||||
description: 'Sends a Jeopardy Question with the text of your choice.',
|
description: 'Sends a Jeopardy Question with the text of your choice.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 2,
|
usages: 2,
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ module.exports = class LicensePlateCommand extends Command {
|
|||||||
super(client, {
|
super(client, {
|
||||||
name: 'license-plate',
|
name: 'license-plate',
|
||||||
group: 'edit-image-text',
|
group: 'edit-image-text',
|
||||||
memberName: 'license-plate',
|
|
||||||
description: 'Creates a license plate with the text of your choice.',
|
description: 'Creates a license plate with the text of your choice.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 2,
|
usages: 2,
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ module.exports = class SpeedLimitCommand extends Command {
|
|||||||
name: 'speed-limit',
|
name: 'speed-limit',
|
||||||
aliases: ['speed', 'speed-limit-sign'],
|
aliases: ['speed', 'speed-limit-sign'],
|
||||||
group: 'edit-image-text',
|
group: 'edit-image-text',
|
||||||
memberName: 'speed-limit',
|
|
||||||
description: 'Sends a Speed Limit sign with the limit of your choice.',
|
description: 'Sends a Speed Limit sign with the limit of your choice.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 2,
|
usages: 2,
|
||||||
|
|||||||
@@ -20,7 +20,6 @@ module.exports = class SpongebobTimeCardCommand extends Command {
|
|||||||
'sponge-time'
|
'sponge-time'
|
||||||
],
|
],
|
||||||
group: 'edit-image-text',
|
group: 'edit-image-text',
|
||||||
memberName: 'spongebob-time-card',
|
|
||||||
description: 'Sends a Spongebob Time Card with the text of your choice.',
|
description: 'Sends a Spongebob Time Card with the text of your choice.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 2,
|
usages: 2,
|
||||||
|
|||||||
@@ -18,7 +18,6 @@ module.exports = class TweetCommand extends Command {
|
|||||||
name: 'tweet',
|
name: 'tweet',
|
||||||
aliases: ['fake-tweet', 'twitter', 'x-post', 'excrete', 'xcrete', 'crete'],
|
aliases: ['fake-tweet', 'twitter', 'x-post', 'excrete', 'xcrete', 'crete'],
|
||||||
group: 'edit-image-text',
|
group: 'edit-image-text',
|
||||||
memberName: 'tweet',
|
|
||||||
description: 'Sends a Twitter tweet with the user and text of your choice.',
|
description: 'Sends a Twitter tweet with the user and text of your choice.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 2,
|
usages: 2,
|
||||||
|
|||||||
@@ -19,7 +19,6 @@ module.exports = class UndertaleCommand extends Command {
|
|||||||
'ut-quote'
|
'ut-quote'
|
||||||
],
|
],
|
||||||
group: 'edit-image-text',
|
group: 'edit-image-text',
|
||||||
memberName: 'undertale',
|
|
||||||
description: 'Sends a text box from Undertale with the quote and character of your choice.',
|
description: 'Sends a text box from Undertale with the quote and character of your choice.',
|
||||||
details: `**Characters:** ${characters.join(', ')}`,
|
details: `**Characters:** ${characters.join(', ')}`,
|
||||||
throttling: {
|
throttling: {
|
||||||
|
|||||||
@@ -22,7 +22,6 @@ module.exports = class ZeroDialogueCommand extends Command {
|
|||||||
'mm-zero'
|
'mm-zero'
|
||||||
],
|
],
|
||||||
group: 'edit-image-text',
|
group: 'edit-image-text',
|
||||||
memberName: 'zero-dialogue',
|
|
||||||
description: 'Sends a text box from Megaman Zero with the quote of your choice.',
|
description: 'Sends a text box from Megaman Zero with the quote of your choice.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 2,
|
usages: 2,
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ module.exports = class AnalogClockCommand extends Command {
|
|||||||
name: 'analog-clock',
|
name: 'analog-clock',
|
||||||
aliases: ['analog-time', 'analog-time-zone', 'clock', 'analog'],
|
aliases: ['analog-time', 'analog-time-zone', 'clock', 'analog'],
|
||||||
group: 'edit-image',
|
group: 'edit-image',
|
||||||
memberName: 'analog-clock',
|
|
||||||
description: 'Draws an analog clock for a timezone.',
|
description: 'Draws an analog clock for a timezone.',
|
||||||
details: '**Zones:** <https://en.wikipedia.org/wiki/List_of_tz_database_time_zones>',
|
details: '**Zones:** <https://en.wikipedia.org/wiki/List_of_tz_database_time_zones>',
|
||||||
credit: [
|
credit: [
|
||||||
|
|||||||
@@ -11,7 +11,6 @@ module.exports = class ApprovedCommand extends Command {
|
|||||||
name: 'approved',
|
name: 'approved',
|
||||||
aliases: ['approve'],
|
aliases: ['approve'],
|
||||||
group: 'edit-image',
|
group: 'edit-image',
|
||||||
memberName: 'approved',
|
|
||||||
description: 'Draws an "approved" stamp over an image or a user\'s avatar.',
|
description: 'Draws an "approved" stamp over an image or a user\'s avatar.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 2,
|
usages: 2,
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ module.exports = class AsciiCommand extends Command {
|
|||||||
super(client, {
|
super(client, {
|
||||||
name: 'ascii',
|
name: 'ascii',
|
||||||
group: 'edit-image',
|
group: 'edit-image',
|
||||||
memberName: 'ascii',
|
|
||||||
description: 'Draws an image or a user\'s avatar but with ascii.',
|
description: 'Draws an image or a user\'s avatar but with ascii.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 2,
|
usages: 2,
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ module.exports = class BlurCommand extends Command {
|
|||||||
name: 'blur',
|
name: 'blur',
|
||||||
aliases: ['gaussian', 'gaussian-blur', 'stackblur'],
|
aliases: ['gaussian', 'gaussian-blur', 'stackblur'],
|
||||||
group: 'edit-image',
|
group: 'edit-image',
|
||||||
memberName: 'blur',
|
|
||||||
description: 'Draws an image or a user\'s avatar but blurred.',
|
description: 'Draws an image or a user\'s avatar but blurred.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 2,
|
usages: 2,
|
||||||
|
|||||||
@@ -11,7 +11,6 @@ module.exports = class BobRossCommand extends Command {
|
|||||||
name: 'bob-ross',
|
name: 'bob-ross',
|
||||||
aliases: ['ross'],
|
aliases: ['ross'],
|
||||||
group: 'edit-image',
|
group: 'edit-image',
|
||||||
memberName: 'bob-ross',
|
|
||||||
description: 'Draws an image or a user\'s avatar over Bob Ross\' canvas.',
|
description: 'Draws an image or a user\'s avatar over Bob Ross\' canvas.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 2,
|
usages: 2,
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ module.exports = class BrazzersCommand extends Command {
|
|||||||
super(client, {
|
super(client, {
|
||||||
name: 'brazzers',
|
name: 'brazzers',
|
||||||
group: 'edit-image',
|
group: 'edit-image',
|
||||||
memberName: 'brazzers',
|
|
||||||
description: 'Draws an image with the Brazzers logo in the corner.',
|
description: 'Draws an image with the Brazzers logo in the corner.',
|
||||||
nsfw: true,
|
nsfw: true,
|
||||||
throttling: {
|
throttling: {
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ module.exports = class CharcoalCommand extends Command {
|
|||||||
super(client, {
|
super(client, {
|
||||||
name: 'charcoal',
|
name: 'charcoal',
|
||||||
group: 'edit-image',
|
group: 'edit-image',
|
||||||
memberName: 'charcoal',
|
|
||||||
description: 'Draws an image or a user\'s avatar but with charcoal.',
|
description: 'Draws an image or a user\'s avatar but with charcoal.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 2,
|
usages: 2,
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ module.exports = class ChocolateMilkCommand extends Command {
|
|||||||
name: 'chocolate-milk',
|
name: 'chocolate-milk',
|
||||||
aliases: ['milk', 'sip-milk', 'sip-chocolate-milk', 'choccy', 'sip-choccy'],
|
aliases: ['milk', 'sip-milk', 'sip-chocolate-milk', 'choccy', 'sip-choccy'],
|
||||||
group: 'edit-image',
|
group: 'edit-image',
|
||||||
memberName: 'chocolate-milk',
|
|
||||||
description: 'Draws an image or user\'s avatar holding chocolate milk.',
|
description: 'Draws an image or user\'s avatar holding chocolate milk.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 2,
|
usages: 2,
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ module.exports = class CircleCommand extends Command {
|
|||||||
name: 'circle',
|
name: 'circle',
|
||||||
aliases: ['preview-avatar', 'preview-ava', 'preview-pfp'],
|
aliases: ['preview-avatar', 'preview-ava', 'preview-pfp'],
|
||||||
group: 'edit-image',
|
group: 'edit-image',
|
||||||
memberName: 'circle',
|
|
||||||
description: 'Draws an image or a user\'s avatar as a circle.',
|
description: 'Draws an image or a user\'s avatar as a circle.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 2,
|
usages: 2,
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ module.exports = class ColorCommand extends Command {
|
|||||||
name: 'color',
|
name: 'color',
|
||||||
aliases: ['colour'],
|
aliases: ['colour'],
|
||||||
group: 'edit-image',
|
group: 'edit-image',
|
||||||
memberName: 'color',
|
|
||||||
description: 'Sends an image of the color you choose.',
|
description: 'Sends an image of the color you choose.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 2,
|
usages: 2,
|
||||||
|
|||||||
@@ -11,7 +11,6 @@ module.exports = class CommunistCommand extends Command {
|
|||||||
name: 'communist',
|
name: 'communist',
|
||||||
aliases: ['commie', 'communism'],
|
aliases: ['commie', 'communism'],
|
||||||
group: 'edit-image',
|
group: 'edit-image',
|
||||||
memberName: 'communist',
|
|
||||||
description: 'Draws the Communist flag over an image or a user\'s avatar.',
|
description: 'Draws the Communist flag over an image or a user\'s avatar.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 2,
|
usages: 2,
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ module.exports = class ContrastCommand extends Command {
|
|||||||
super(client, {
|
super(client, {
|
||||||
name: 'contrast',
|
name: 'contrast',
|
||||||
group: 'edit-image',
|
group: 'edit-image',
|
||||||
memberName: 'contrast',
|
|
||||||
description: 'Draws an image or a user\'s avatar but with contrast.',
|
description: 'Draws an image or a user\'s avatar but with contrast.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 2,
|
usages: 2,
|
||||||
|
|||||||
@@ -14,7 +14,6 @@ module.exports = class ConvertImageCommand extends Command {
|
|||||||
name: 'convert-image',
|
name: 'convert-image',
|
||||||
aliases: ['convert-img', 'image-convert', 'img-convert'],
|
aliases: ['convert-img', 'image-convert', 'img-convert'],
|
||||||
group: 'edit-image',
|
group: 'edit-image',
|
||||||
memberName: 'convert-image',
|
|
||||||
description: 'Converts an image from one format to another.',
|
description: 'Converts an image from one format to another.',
|
||||||
details: `**Formats:** ${Object.keys(formats).join(', ')}`,
|
details: `**Formats:** ${Object.keys(formats).join(', ')}`,
|
||||||
throttling: {
|
throttling: {
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ module.exports = class CreateQRCodeCommand extends Command {
|
|||||||
name: 'create-qr-code',
|
name: 'create-qr-code',
|
||||||
aliases: ['create-qr'],
|
aliases: ['create-qr'],
|
||||||
group: 'edit-image',
|
group: 'edit-image',
|
||||||
memberName: 'create-qr-code',
|
|
||||||
description: 'Converts text to a QR Code.',
|
description: 'Converts text to a QR Code.',
|
||||||
credit: [
|
credit: [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ module.exports = class CropToContentCommand extends Command {
|
|||||||
super(client, {
|
super(client, {
|
||||||
name: 'crop-to-content',
|
name: 'crop-to-content',
|
||||||
group: 'edit-image',
|
group: 'edit-image',
|
||||||
memberName: 'crop-to-content',
|
|
||||||
description: 'Crops an image to its content.',
|
description: 'Crops an image to its content.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 2,
|
usages: 2,
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ module.exports = class DesaturateCommand extends Command {
|
|||||||
name: 'desaturate',
|
name: 'desaturate',
|
||||||
aliases: ['saturate'],
|
aliases: ['saturate'],
|
||||||
group: 'edit-image',
|
group: 'edit-image',
|
||||||
memberName: 'desaturate',
|
|
||||||
description: 'Draws an image or a user\'s avatar but desaturated.',
|
description: 'Draws an image or a user\'s avatar but desaturated.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 2,
|
usages: 2,
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ module.exports = class DexterCommand extends Command {
|
|||||||
super(client, {
|
super(client, {
|
||||||
name: 'dexter',
|
name: 'dexter',
|
||||||
group: 'edit-image',
|
group: 'edit-image',
|
||||||
memberName: 'dexter',
|
|
||||||
description: 'Draws an image or a user\'s avatar over the screen of Dexter from Pokémon.',
|
description: 'Draws an image or a user\'s avatar over the screen of Dexter from Pokémon.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 2,
|
usages: 2,
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ module.exports = class DistortCommand extends Command {
|
|||||||
super(client, {
|
super(client, {
|
||||||
name: 'distort',
|
name: 'distort',
|
||||||
group: 'edit-image',
|
group: 'edit-image',
|
||||||
memberName: 'distort',
|
|
||||||
description: 'Draws an image or a user\'s avatar but distorted.',
|
description: 'Draws an image or a user\'s avatar but distorted.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 2,
|
usages: 2,
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ module.exports = class EmbossCommand extends Command {
|
|||||||
super(client, {
|
super(client, {
|
||||||
name: 'emboss',
|
name: 'emboss',
|
||||||
group: 'edit-image',
|
group: 'edit-image',
|
||||||
memberName: 'emboss',
|
|
||||||
description: 'Draws an image or a user\'s avatar but embossed.',
|
description: 'Draws an image or a user\'s avatar but embossed.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 2,
|
usages: 2,
|
||||||
|
|||||||
@@ -11,7 +11,6 @@ module.exports = class FireFrameCommand extends Command {
|
|||||||
name: 'fire-frame',
|
name: 'fire-frame',
|
||||||
aliases: ['hell-frame', 'burn-frame', 'flames-frame', 'fire', 'hell', 'burn', 'flames'],
|
aliases: ['hell-frame', 'burn-frame', 'flames-frame', 'fire', 'hell', 'burn', 'flames'],
|
||||||
group: 'edit-image',
|
group: 'edit-image',
|
||||||
memberName: 'fire-frame',
|
|
||||||
description: 'Draws a fiery border over an image or a user\'s avatar.',
|
description: 'Draws a fiery border over an image or a user\'s avatar.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 2,
|
usages: 2,
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ module.exports = class FishEyeCommand extends Command {
|
|||||||
name: 'fish-eye',
|
name: 'fish-eye',
|
||||||
aliases: ['bulge'],
|
aliases: ['bulge'],
|
||||||
group: 'edit-image',
|
group: 'edit-image',
|
||||||
memberName: 'fish-eye',
|
|
||||||
description: 'Draws an image or a user\'s avatar but with a fish-eye lens.',
|
description: 'Draws an image or a user\'s avatar but with a fish-eye lens.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 2,
|
usages: 2,
|
||||||
|
|||||||
@@ -12,7 +12,6 @@ module.exports = class FrameCommand extends Command {
|
|||||||
name: 'frame',
|
name: 'frame',
|
||||||
aliases: ['picture-frame', 'photo-frame'],
|
aliases: ['picture-frame', 'photo-frame'],
|
||||||
group: 'edit-image',
|
group: 'edit-image',
|
||||||
memberName: 'frame',
|
|
||||||
description: 'Draws a frame around an image or a user\'s avatar.',
|
description: 'Draws a frame around an image or a user\'s avatar.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 2,
|
usages: 2,
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ module.exports = class GhostCommand extends Command {
|
|||||||
super(client, {
|
super(client, {
|
||||||
name: 'ghost',
|
name: 'ghost',
|
||||||
group: 'edit-image',
|
group: 'edit-image',
|
||||||
memberName: 'ghost',
|
|
||||||
description: 'Draws an image or a user\'s avatar but with a ghost-like transparency.',
|
description: 'Draws an image or a user\'s avatar but with a ghost-like transparency.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 2,
|
usages: 2,
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ module.exports = class GlassShatterCommand extends Command {
|
|||||||
name: 'glass-shatter',
|
name: 'glass-shatter',
|
||||||
aliases: ['shatter', 'glass'],
|
aliases: ['shatter', 'glass'],
|
||||||
group: 'edit-image',
|
group: 'edit-image',
|
||||||
memberName: 'glass-shatter',
|
|
||||||
description: 'Draws an image or a user\'s avatar with a glass shatter in front of it.',
|
description: 'Draws an image or a user\'s avatar with a glass shatter in front of it.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 2,
|
usages: 2,
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ module.exports = class GlitchCommand extends Command {
|
|||||||
super(client, {
|
super(client, {
|
||||||
name: 'glitch',
|
name: 'glitch',
|
||||||
group: 'edit-image',
|
group: 'edit-image',
|
||||||
memberName: 'glitch',
|
|
||||||
description: 'Draws an image or a user\'s avatar but glitched.',
|
description: 'Draws an image or a user\'s avatar but glitched.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 2,
|
usages: 2,
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ module.exports = class GreyscaleCommand extends Command {
|
|||||||
name: 'greyscale',
|
name: 'greyscale',
|
||||||
aliases: ['grayscale'],
|
aliases: ['grayscale'],
|
||||||
group: 'edit-image',
|
group: 'edit-image',
|
||||||
memberName: 'greyscale',
|
|
||||||
description: 'Draws an image or a user\'s avatar in greyscale.',
|
description: 'Draws an image or a user\'s avatar in greyscale.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 2,
|
usages: 2,
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ module.exports = class GunCommand extends Command {
|
|||||||
super(client, {
|
super(client, {
|
||||||
name: 'gun',
|
name: 'gun',
|
||||||
group: 'edit-image',
|
group: 'edit-image',
|
||||||
memberName: 'gun',
|
|
||||||
description: 'Draws a gun over an image or a user\'s avatar.',
|
description: 'Draws a gun over an image or a user\'s avatar.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 2,
|
usages: 2,
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ module.exports = class HandsCommand extends Command {
|
|||||||
name: 'hands',
|
name: 'hands',
|
||||||
aliases: ['grab', 'pedo-hands'],
|
aliases: ['grab', 'pedo-hands'],
|
||||||
group: 'edit-image',
|
group: 'edit-image',
|
||||||
memberName: 'hands',
|
|
||||||
description: 'Draws creepy hands over an image or a user\'s avatar.',
|
description: 'Draws creepy hands over an image or a user\'s avatar.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 2,
|
usages: 2,
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ module.exports = class IfunnyCommand extends Command {
|
|||||||
super(client, {
|
super(client, {
|
||||||
name: 'ifunny',
|
name: 'ifunny',
|
||||||
group: 'edit-image',
|
group: 'edit-image',
|
||||||
memberName: 'ifunny',
|
|
||||||
description: 'Draws an image with the iFunny logo.',
|
description: 'Draws an image with the iFunny logo.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 2,
|
usages: 2,
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ module.exports = class ImplodeCommand extends Command {
|
|||||||
super(client, {
|
super(client, {
|
||||||
name: 'implode',
|
name: 'implode',
|
||||||
group: 'edit-image',
|
group: 'edit-image',
|
||||||
memberName: 'implode',
|
|
||||||
description: 'Draws an image or a user\'s avatar but imploded.',
|
description: 'Draws an image or a user\'s avatar but imploded.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 2,
|
usages: 2,
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ module.exports = class InvertCommand extends Command {
|
|||||||
super(client, {
|
super(client, {
|
||||||
name: 'invert',
|
name: 'invert',
|
||||||
group: 'edit-image',
|
group: 'edit-image',
|
||||||
memberName: 'invert',
|
|
||||||
description: 'Draws an image or a user\'s avatar but inverted.',
|
description: 'Draws an image or a user\'s avatar but inverted.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 2,
|
usages: 2,
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ module.exports = class LegoIconCommand extends Command {
|
|||||||
name: 'lego-icon',
|
name: 'lego-icon',
|
||||||
aliases: ['icon-lego', 'lego-star-wars', 'lego-sw'],
|
aliases: ['icon-lego', 'lego-star-wars', 'lego-sw'],
|
||||||
group: 'edit-image',
|
group: 'edit-image',
|
||||||
memberName: 'lego-icon',
|
|
||||||
description: 'Edits an image or avatar onto a character icon from LEGO Star Wars.',
|
description: 'Edits an image or avatar onto a character icon from LEGO Star Wars.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 2,
|
usages: 2,
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ module.exports = class LiquidRescaleCommand extends Command {
|
|||||||
name: 'liquid-rescale',
|
name: 'liquid-rescale',
|
||||||
aliases: ['magick', 'magik'],
|
aliases: ['magick', 'magik'],
|
||||||
group: 'edit-image',
|
group: 'edit-image',
|
||||||
memberName: 'liquid-rescale',
|
|
||||||
description: 'Draws an image or a user\'s avatar but with liquid rescale from ImageMagick.',
|
description: 'Draws an image or a user\'s avatar but with liquid rescale from ImageMagick.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 2,
|
usages: 2,
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ module.exports = class MirrorCommand extends Command {
|
|||||||
super(client, {
|
super(client, {
|
||||||
name: 'mirror',
|
name: 'mirror',
|
||||||
group: 'edit-image',
|
group: 'edit-image',
|
||||||
memberName: 'mirror',
|
|
||||||
description: 'Draws an image or a user\'s avatar but mirrored on the X/Y axis (or both).',
|
description: 'Draws an image or a user\'s avatar but mirrored on the X/Y axis (or both).',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 2,
|
usages: 2,
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ module.exports = class MotionBlurCommand extends Command {
|
|||||||
name: 'motion-blur',
|
name: 'motion-blur',
|
||||||
aliases: ['m-blur', 'motion'],
|
aliases: ['m-blur', 'motion'],
|
||||||
group: 'edit-image',
|
group: 'edit-image',
|
||||||
memberName: 'motion-blur',
|
|
||||||
description: 'Draws an image or a user\'s avatar with motion blur.',
|
description: 'Draws an image or a user\'s avatar with motion blur.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 2,
|
usages: 2,
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ module.exports = class NeedsMoreJpegCommand extends Command {
|
|||||||
name: 'needs-more-jpeg',
|
name: 'needs-more-jpeg',
|
||||||
aliases: ['jpeg', 'jpegify'],
|
aliases: ['jpeg', 'jpegify'],
|
||||||
group: 'edit-image',
|
group: 'edit-image',
|
||||||
memberName: 'needs-more-jpeg',
|
|
||||||
description: 'Draws an image or a user\'s avatar as a low quality JPEG.',
|
description: 'Draws an image or a user\'s avatar as a low quality JPEG.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 2,
|
usages: 2,
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ module.exports = class NoiseCommand extends Command {
|
|||||||
super(client, {
|
super(client, {
|
||||||
name: 'noise',
|
name: 'noise',
|
||||||
group: 'edit-image',
|
group: 'edit-image',
|
||||||
memberName: 'noise',
|
|
||||||
description: 'Draws an image or a user\'s avatar but with noise.',
|
description: 'Draws an image or a user\'s avatar but with noise.',
|
||||||
details: `**Types:** ${types.join(', ')}`,
|
details: `**Types:** ${types.join(', ')}`,
|
||||||
throttling: {
|
throttling: {
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ module.exports = class OilPaintingCommand extends Command {
|
|||||||
name: 'oil-painting',
|
name: 'oil-painting',
|
||||||
aliases: ['oil', 'paint', 'painting'],
|
aliases: ['oil', 'paint', 'painting'],
|
||||||
group: 'edit-image',
|
group: 'edit-image',
|
||||||
memberName: 'oil-painting',
|
|
||||||
description: 'Draws an image or a user\'s avatar but with oil paints.',
|
description: 'Draws an image or a user\'s avatar but with oil paints.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 2,
|
usages: 2,
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ module.exports = class OldPhotoCommand extends Command {
|
|||||||
name: 'old-photo',
|
name: 'old-photo',
|
||||||
aliases: ['old', 'old-timey'],
|
aliases: ['old', 'old-timey'],
|
||||||
group: 'edit-image',
|
group: 'edit-image',
|
||||||
memberName: 'old-photo',
|
|
||||||
description: 'Draws an image or a user\'s avatar as an old-timey photo.',
|
description: 'Draws an image or a user\'s avatar as an old-timey photo.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 2,
|
usages: 2,
|
||||||
|
|||||||
@@ -12,7 +12,6 @@ module.exports = class PetCommand extends Command {
|
|||||||
super(client, {
|
super(client, {
|
||||||
name: 'pet',
|
name: 'pet',
|
||||||
group: 'edit-image',
|
group: 'edit-image',
|
||||||
memberName: 'pet',
|
|
||||||
description: 'Pets an image or a user\'s avatar.',
|
description: 'Pets an image or a user\'s avatar.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 2,
|
usages: 2,
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ module.exports = class PixelizeCommand extends Command {
|
|||||||
name: 'pixelize',
|
name: 'pixelize',
|
||||||
aliases: ['pixel'],
|
aliases: ['pixel'],
|
||||||
group: 'edit-image',
|
group: 'edit-image',
|
||||||
memberName: 'pixelize',
|
|
||||||
description: 'Draws an image or a user\'s avatar pixelized.',
|
description: 'Draws an image or a user\'s avatar pixelized.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 2,
|
usages: 2,
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ module.exports = class PokemonFusionCommand extends Command {
|
|||||||
name: 'pokemon-fusion',
|
name: 'pokemon-fusion',
|
||||||
aliases: ['poke-fusion', 'poke-fuse', 'pokémon-fusion', 'poké-fusion', 'poké-fuse', 'pkmn-fuse', 'pkmn-fusion'],
|
aliases: ['poke-fusion', 'poke-fuse', 'pokémon-fusion', 'poké-fusion', 'poké-fuse', 'pkmn-fuse', 'pkmn-fusion'],
|
||||||
group: 'edit-image',
|
group: 'edit-image',
|
||||||
memberName: 'pokemon-fusion',
|
|
||||||
description: 'Fuses two Generation I Pokémon together.',
|
description: 'Fuses two Generation I Pokémon together.',
|
||||||
clientPermissions: [PermissionFlagsBits.AttachFiles],
|
clientPermissions: [PermissionFlagsBits.AttachFiles],
|
||||||
credit: [
|
credit: [
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user