mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-22 01:57:54 +02:00
Remove memberName (leftover Commando thing)
This commit is contained in:
@@ -19,7 +19,6 @@ module.exports = class AnilistCommand extends Command {
|
||||
name: 'anilist',
|
||||
aliases: ['anilist-user'],
|
||||
group: 'search',
|
||||
memberName: 'anilist',
|
||||
description: 'Responds with user information for an Anilist user.',
|
||||
clientPermissions: [PermissionFlagsBits.EmbedLinks],
|
||||
credit: [
|
||||
|
||||
@@ -51,7 +51,6 @@ module.exports = class AnimeCharacterCommand extends Command {
|
||||
name: 'anime-character',
|
||||
aliases: ['anilist-character', 'character', 'manga-character', 'manga-char', 'ani-char', 'char', 'anime-char'],
|
||||
group: 'search',
|
||||
memberName: 'anime-character',
|
||||
description: 'Searches AniList for your query, getting character results.',
|
||||
clientPermissions: [PermissionFlagsBits.EmbedLinks],
|
||||
credit: [
|
||||
|
||||
@@ -71,7 +71,6 @@ module.exports = class AnimeStaffCommand extends Command {
|
||||
name: 'anime-staff',
|
||||
aliases: ['anilist-staff', 'staff', 'manga-staff', 'ani-staff'],
|
||||
group: 'search',
|
||||
memberName: 'anime-staff',
|
||||
description: 'Searches AniList for your query, getting staff results.',
|
||||
clientPermissions: [PermissionFlagsBits.EmbedLinks],
|
||||
credit: [
|
||||
|
||||
@@ -83,7 +83,6 @@ module.exports = class AnimeCommand extends Command {
|
||||
name: 'anime',
|
||||
aliases: ['anilist-anime', 'ani', 'myanimelist', 'mal', 'mal-score'],
|
||||
group: 'search',
|
||||
memberName: 'anime',
|
||||
description: 'Searches AniList for your query, getting anime results.',
|
||||
clientPermissions: [PermissionFlagsBits.EmbedLinks],
|
||||
credit: [
|
||||
|
||||
@@ -9,7 +9,6 @@ module.exports = class DefineCommand extends Command {
|
||||
name: 'define',
|
||||
aliases: ['dictionary', 'webster'],
|
||||
group: 'search',
|
||||
memberName: 'define',
|
||||
description: 'Defines a word.',
|
||||
credit: [
|
||||
{
|
||||
|
||||
@@ -9,7 +9,6 @@ module.exports = class FrinkiacCommand extends Command {
|
||||
name: 'frinkiac',
|
||||
aliases: ['the-simpsons', 'simpsons', 'simpson'],
|
||||
group: 'search',
|
||||
memberName: 'frinkiac',
|
||||
description: 'Input a line from the Simpsons to get the episode/season.',
|
||||
credit: [
|
||||
{
|
||||
|
||||
@@ -12,7 +12,6 @@ module.exports = class GithubCommand extends Command {
|
||||
name: 'github',
|
||||
aliases: ['repo', 'gh', 'github-repo', 'gh-repo'],
|
||||
group: 'search',
|
||||
memberName: 'github',
|
||||
description: 'Responds with information on a GitHub repository.',
|
||||
clientPermissions: [PermissionFlagsBits.EmbedLinks],
|
||||
credit: [
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class GoogleAutofillCommand extends Command {
|
||||
name: 'google-autofill',
|
||||
aliases: ['google-autocomplete', 'autofill', 'autocomplete'],
|
||||
group: 'search',
|
||||
memberName: 'google-autofill',
|
||||
description: 'Responds with a list of the Google Autofill results for a particular query.',
|
||||
credit: [
|
||||
{
|
||||
|
||||
@@ -8,7 +8,6 @@ module.exports = class GoogleCommand extends Command {
|
||||
name: 'google',
|
||||
aliases: ['google-this', 'search'],
|
||||
group: 'search',
|
||||
memberName: 'google',
|
||||
description: 'Searches Google.',
|
||||
credit: [
|
||||
{
|
||||
|
||||
@@ -8,7 +8,6 @@ module.exports = class GravatarCommand extends Command {
|
||||
super(client, {
|
||||
name: 'gravatar',
|
||||
group: 'search',
|
||||
memberName: 'gravatar',
|
||||
description: 'Responds with the Gravatar for an email.',
|
||||
clientPermissions: [PermissionFlagsBits.AttachFiles],
|
||||
credit: [
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class HttpCatCommand extends Command {
|
||||
super(client, {
|
||||
name: 'http-cat',
|
||||
group: 'search',
|
||||
memberName: 'http-cat',
|
||||
description: 'Responds with a cat for an HTTP status code.',
|
||||
clientPermissions: [PermissionFlagsBits.AttachFiles],
|
||||
credit: [
|
||||
|
||||
@@ -11,7 +11,6 @@ module.exports = class KnowYourMemeCommand extends Command {
|
||||
name: 'know-your-meme',
|
||||
aliases: ['kym', 'meme-info', 'meme-search'],
|
||||
group: 'search',
|
||||
memberName: 'know-your-meme',
|
||||
description: 'Searches Know Your Meme for your query.',
|
||||
clientPermissions: [PermissionFlagsBits.EmbedLinks],
|
||||
credit: [
|
||||
|
||||
@@ -9,7 +9,6 @@ module.exports = class LorcanaCommand extends Command {
|
||||
name: 'lorcana',
|
||||
aliases: ['lorcana-card'],
|
||||
group: 'search',
|
||||
memberName: 'lorcana',
|
||||
description: 'Responds with info on a Lorcana card.',
|
||||
credit: [
|
||||
{
|
||||
|
||||
@@ -11,7 +11,6 @@ module.exports = class MagicCommand extends Command {
|
||||
name: 'magic',
|
||||
aliases: ['mtg', 'mtg-card', 'magic-the-gathering', 'magic-the-gathering-card'],
|
||||
group: 'search',
|
||||
memberName: 'magic',
|
||||
description: 'Responds with info on a Magic: The Gathering card.',
|
||||
credit: [
|
||||
{
|
||||
|
||||
@@ -76,7 +76,6 @@ module.exports = class MangaCommand extends Command {
|
||||
name: 'manga',
|
||||
aliases: ['anilist-manga', 'light-novel', 'ln', 'anilist-light-novel', 'anilist-ln'],
|
||||
group: 'search',
|
||||
memberName: 'manga',
|
||||
description: 'Searches AniList for your query, getting manga results.',
|
||||
clientPermissions: [PermissionFlagsBits.EmbedLinks],
|
||||
credit: [
|
||||
|
||||
@@ -9,7 +9,6 @@ module.exports = class NASACommand extends Command {
|
||||
super(client, {
|
||||
name: 'nasa',
|
||||
group: 'search',
|
||||
memberName: 'nasa',
|
||||
description: 'Searches NASA\'s image archive for your query.',
|
||||
clientPermissions: [PermissionFlagsBits.EmbedLinks],
|
||||
credit: [
|
||||
|
||||
@@ -14,7 +14,6 @@ module.exports = class NeopetCommand extends Command {
|
||||
super(client, {
|
||||
name: 'neopet',
|
||||
group: 'search',
|
||||
memberName: 'neopet',
|
||||
description: 'Responds with the image of a specific Neopet.',
|
||||
credit: [
|
||||
{
|
||||
|
||||
@@ -10,7 +10,6 @@ module.exports = class NeopetsItemCommand extends Command {
|
||||
name: 'neopets-item',
|
||||
aliases: ['neo-item'],
|
||||
group: 'search',
|
||||
memberName: 'neopets-item',
|
||||
description: 'Responds with information on a specific Neopets item.',
|
||||
clientPermissions: [PermissionFlagsBits.EmbedLinks],
|
||||
credit: [
|
||||
|
||||
@@ -10,7 +10,6 @@ module.exports = class NPMCommand extends Command {
|
||||
super(client, {
|
||||
name: 'npm',
|
||||
group: 'search',
|
||||
memberName: 'npm',
|
||||
description: 'Responds with information on an NPM package.',
|
||||
clientPermissions: [PermissionFlagsBits.EmbedLinks],
|
||||
credit: [
|
||||
|
||||
@@ -23,7 +23,6 @@ module.exports = class PeriodicTableCommand extends Command {
|
||||
name: 'periodic-table',
|
||||
aliases: ['element', 'p-table'],
|
||||
group: 'search',
|
||||
memberName: 'periodic-table',
|
||||
description: 'Finds an element on the periodic table.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class RuleCommand extends Command {
|
||||
name: 'rule',
|
||||
aliases: ['rule-of-the-internet'],
|
||||
group: 'search',
|
||||
memberName: 'rule',
|
||||
description: 'Responds with a rule of the internet.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -10,7 +10,6 @@ module.exports = class UrbanCommand extends Command {
|
||||
name: 'urban',
|
||||
aliases: ['urban-dictionary', 'ud'],
|
||||
group: 'search',
|
||||
memberName: 'urban',
|
||||
description: 'Defines a word, but with Urban Dictionary.',
|
||||
clientPermissions: [PermissionFlagsBits.EmbedLinks],
|
||||
credit: [
|
||||
|
||||
@@ -9,7 +9,6 @@ module.exports = class WikipediaCommand extends Command {
|
||||
super(client, {
|
||||
name: 'wikipedia',
|
||||
group: 'search',
|
||||
memberName: 'wikipedia',
|
||||
description: 'Searches Wikipedia for your query.',
|
||||
clientPermissions: [PermissionFlagsBits.EmbedLinks],
|
||||
credit: [
|
||||
|
||||
@@ -9,7 +9,6 @@ module.exports = class XKCDCommand extends Command {
|
||||
name: 'xkcd',
|
||||
aliases: ['kcd'],
|
||||
group: 'search',
|
||||
memberName: 'xkcd',
|
||||
description: 'Responds with an XKCD comic, either today\'s, a random one, or a specific one.',
|
||||
clientPermissions: [PermissionFlagsBits.EmbedLinks],
|
||||
credit: [
|
||||
|
||||
@@ -10,7 +10,6 @@ module.exports = class YuGiOhCommand extends Command {
|
||||
name: 'yu-gi-oh',
|
||||
aliases: ['ygo'],
|
||||
group: 'search',
|
||||
memberName: 'yu-gi-oh',
|
||||
description: 'Responds with info on a Yu-Gi-Oh! card.',
|
||||
clientPermissions: [PermissionFlagsBits.EmbedLinks],
|
||||
credit: [
|
||||
|
||||
Reference in New Issue
Block a user