mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Remove memberName (leftover Commando thing)
This commit is contained in:
@@ -5,7 +5,6 @@ module.exports = class AgeCommand extends Command {
|
||||
super(client, {
|
||||
name: 'age',
|
||||
group: 'analyze',
|
||||
memberName: 'age',
|
||||
description: 'Responds with how old someone born in a certain year is.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -9,7 +9,6 @@ module.exports = class AspectRatioCommand extends Command {
|
||||
name: 'aspect-ratio',
|
||||
aliases: ['aspect', 'ratio'],
|
||||
group: 'analyze',
|
||||
memberName: 'aspect-ratio',
|
||||
description: 'Determines an image\'s aspect ratio.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -8,7 +8,6 @@ module.exports = class BirthstoneCommand extends Command {
|
||||
super(client, {
|
||||
name: 'birthstone',
|
||||
group: 'analyze',
|
||||
memberName: 'birthstone',
|
||||
description: 'Responds with the Birthstone for a month.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -8,7 +8,6 @@ module.exports = class CharacterCountCommand extends Command {
|
||||
name: 'character-count',
|
||||
aliases: ['characters', 'chars', 'length', 'char-count', 'len'],
|
||||
group: 'analyze',
|
||||
memberName: 'character-count',
|
||||
description: 'Responds with the character count of text.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class ChineseZodiacCommand extends Command {
|
||||
name: 'chinese-zodiac',
|
||||
aliases: ['chinese-zodiac-sign', 'c-zodiac', 'c-zodiac-sign'],
|
||||
group: 'analyze',
|
||||
memberName: 'chinese-zodiac',
|
||||
description: 'Responds with the Chinese Zodiac Sign for the given year.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -10,7 +10,6 @@ module.exports = class DominantColorCommand extends Command {
|
||||
name: 'dominant-color',
|
||||
aliases: ['dom-color', 'dominant-colour', 'dom-colour'],
|
||||
group: 'analyze',
|
||||
memberName: 'dominant-color',
|
||||
description: 'Determines the dominant color of an image.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -8,7 +8,6 @@ module.exports = class FacesCommand extends Command {
|
||||
name: 'faces',
|
||||
aliases: ['face'],
|
||||
group: 'analyze',
|
||||
memberName: 'faces',
|
||||
description: 'Shows all detected faces in an image.',
|
||||
throttling: {
|
||||
usages: 1,
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class GenderCommand extends Command {
|
||||
name: 'gender',
|
||||
aliases: ['guess-gender', 'gender-guess'],
|
||||
group: 'analyze',
|
||||
memberName: 'gender',
|
||||
description: 'Determines the gender of a name.',
|
||||
credit: [
|
||||
{
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class GenerationCommand extends Command {
|
||||
name: 'generation',
|
||||
aliases: ['gen'],
|
||||
group: 'analyze',
|
||||
memberName: 'generation',
|
||||
description: 'Responds with the Generation for the given year.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -8,7 +8,6 @@ module.exports = class ImageSizeCommand extends Command {
|
||||
name: 'image-size',
|
||||
aliases: ['img-size', 'size', 'dimensions', 'image-dimensions', 'img-dimensions'],
|
||||
group: 'analyze',
|
||||
memberName: 'image-size',
|
||||
description: 'Determines the size of an image.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -13,7 +13,6 @@ module.exports = class IsItDownCommand extends Command {
|
||||
name: 'is-it-down',
|
||||
aliases: ['website-down', 'web-down', 'site-down', 'is-down'],
|
||||
group: 'analyze',
|
||||
memberName: 'is-it-down',
|
||||
description: 'Determines if a website is down or not.',
|
||||
credit: [
|
||||
{
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class LevenshteinCommand extends Command {
|
||||
name: 'levenshtein',
|
||||
aliases: ['leven'],
|
||||
group: 'analyze',
|
||||
memberName: 'levenshtein',
|
||||
description: 'Determines the levenshtein distance between two strings.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -15,7 +15,6 @@ module.exports = class NsfwImageCommand extends Command {
|
||||
name: 'nsfw-image',
|
||||
aliases: ['nsfw', 'nsfw-img', 'img-nsfw', 'image-nsfw'],
|
||||
group: 'analyze',
|
||||
memberName: 'nsfw-image',
|
||||
description: 'Determines if an image is NSFW.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class NsfwUrlCommand extends Command {
|
||||
name: 'nsfw-url',
|
||||
aliases: ['nsfw-uri', 'url-nsfw', 'uri-nsfw'],
|
||||
group: 'analyze',
|
||||
memberName: 'nsfw-url',
|
||||
description: 'Determines if a URL is NSFW.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -8,7 +8,6 @@ module.exports = class ParseTimeCommand extends Command {
|
||||
name: 'parse-time',
|
||||
aliases: ['analyze-time', 'sherlock'],
|
||||
group: 'analyze',
|
||||
memberName: 'parse-time',
|
||||
description: 'Analyzes the time duration you provide and gives the result.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -8,7 +8,6 @@ module.exports = class ReadQRCodeCommand extends Command {
|
||||
name: 'read-qr-code',
|
||||
aliases: ['scan-qr-code', 'scan-qr', 'read-qr'],
|
||||
group: 'analyze',
|
||||
memberName: 'read-qr-code',
|
||||
description: 'Reads a QR Code.',
|
||||
credit: [
|
||||
{
|
||||
|
||||
@@ -8,7 +8,6 @@ module.exports = class ScrabbleScoreCommand extends Command {
|
||||
name: 'scrabble-score',
|
||||
aliases: ['scrabble'],
|
||||
group: 'analyze',
|
||||
memberName: 'scrabble-score',
|
||||
description: 'Responds with the scrabble score of a word.',
|
||||
credit: [
|
||||
{
|
||||
|
||||
@@ -9,7 +9,6 @@ module.exports = class ScreenshotCommand extends Command {
|
||||
name: 'screenshot',
|
||||
aliases: ['capture', 'ss'],
|
||||
group: 'analyze',
|
||||
memberName: 'screenshot',
|
||||
description: 'Takes a screenshot of any webpage.',
|
||||
clientPermissions: [PermissionFlagsBits.AttachFiles],
|
||||
throttling: {
|
||||
|
||||
@@ -8,7 +8,6 @@ module.exports = class TextDiffCommand extends Command {
|
||||
name: 'text-diff',
|
||||
aliases: ['diff', 'percent-diff', 'name-diff'],
|
||||
group: 'analyze',
|
||||
memberName: 'text-diff',
|
||||
description: 'Compares two different bits of text.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class ValidUrlCommand extends Command {
|
||||
name: 'valid-url',
|
||||
aliases: ['url-valid', 'url-test', 'test-url'],
|
||||
group: 'analyze',
|
||||
memberName: 'valid-url',
|
||||
description: 'Tests whether a URL is valid or not.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -8,7 +8,6 @@ module.exports = class ZodiacSignCommand extends Command {
|
||||
name: 'zodiac-sign',
|
||||
aliases: ['zodiac'],
|
||||
group: 'analyze',
|
||||
memberName: 'zodiac-sign',
|
||||
description: 'Responds with the Zodiac Sign for the given month/day.',
|
||||
args: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user