mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-12 08:14:47 +02:00
Remove memberName (leftover Commando thing)
This commit is contained in:
@@ -7,7 +7,6 @@ module.exports = class Base64Command extends Command {
|
||||
super(client, {
|
||||
name: 'base64',
|
||||
group: 'edit-text',
|
||||
memberName: 'base64',
|
||||
description: 'Converts text to/from Base64.',
|
||||
details: `**Modes:** ${modes.join(', ')}`,
|
||||
args: [
|
||||
|
||||
@@ -5,7 +5,6 @@ module.exports = class BinaryCommand extends Command {
|
||||
super(client, {
|
||||
name: 'binary',
|
||||
group: 'edit-text',
|
||||
memberName: 'binary',
|
||||
description: 'Converts text to binary.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class BrailleCommand extends Command {
|
||||
super(client, {
|
||||
name: 'braille',
|
||||
group: 'edit-text',
|
||||
memberName: 'braille',
|
||||
description: 'Converts text to braille.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -8,7 +8,6 @@ module.exports = class BronySpeakCommand extends Command {
|
||||
name: 'brony-speak',
|
||||
aliases: ['pony-speak', 'my-little-pony-speak', 'mlp-speak', 'brony'],
|
||||
group: 'edit-text',
|
||||
memberName: 'brony-speak',
|
||||
description: 'Converts text to brony speak.',
|
||||
credit: [
|
||||
{
|
||||
|
||||
@@ -6,7 +6,6 @@ module.exports = class ClapCommand extends Command {
|
||||
name: 'clap',
|
||||
aliases: ['clapping'],
|
||||
group: 'edit-text',
|
||||
memberName: 'clap',
|
||||
description: 'Sends 👏 text 👏 like 👏 this.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class CowSayCommand extends Command {
|
||||
name: 'cow-say',
|
||||
aliases: ['cow'],
|
||||
group: 'edit-text',
|
||||
memberName: 'cow-say',
|
||||
description: 'Makes a cow say your text.',
|
||||
credit: [
|
||||
{
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class CursiveCommand extends Command {
|
||||
super(client, {
|
||||
name: 'cursive',
|
||||
group: 'edit-text',
|
||||
memberName: 'cursive',
|
||||
description: 'Converts text to cursive.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class DvorakCommand extends Command {
|
||||
super(client, {
|
||||
name: 'dvorak',
|
||||
group: 'edit-text',
|
||||
memberName: 'dvorak',
|
||||
description: 'Converts text to Dvorak encoding.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -6,7 +6,6 @@ module.exports = class EmbedCommand extends Command {
|
||||
super(client, {
|
||||
name: 'embed',
|
||||
group: 'edit-text',
|
||||
memberName: 'embed',
|
||||
description: 'Sends text in an embed.',
|
||||
clientPermissions: [PermissionFlagsBits.EmbedLinks],
|
||||
args: [
|
||||
|
||||
@@ -8,7 +8,6 @@ module.exports = class EmojifyCommand extends Command {
|
||||
name: 'emojify',
|
||||
aliases: ['regional-indicator', 'big-text'],
|
||||
group: 'edit-text',
|
||||
memberName: 'emojify',
|
||||
description: 'Converts text to emoji form.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class FancyCommand extends Command {
|
||||
super(client, {
|
||||
name: 'fancy',
|
||||
group: 'edit-text',
|
||||
memberName: 'fancy',
|
||||
description: 'Converts text to fancy letters.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -6,7 +6,6 @@ module.exports = class HexCommand extends Command {
|
||||
name: 'hex',
|
||||
aliases: ['hexidecimal'],
|
||||
group: 'edit-text',
|
||||
memberName: 'hex',
|
||||
description: 'Converts text to hex.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class HtmlDecodeCommand extends Command {
|
||||
name: 'html-decode',
|
||||
aliases: ['decode-html'],
|
||||
group: 'edit-text',
|
||||
memberName: 'html-decode',
|
||||
description: 'Decodes HTML characters to regular characters.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class LeetCommand extends Command {
|
||||
name: 'leet',
|
||||
aliases: ['l33t', 'leet-speak', 'l33t-speak', '1337', '1337-speak'],
|
||||
group: 'edit-text',
|
||||
memberName: 'leet',
|
||||
description: 'Converts text to l33t speak.',
|
||||
credit: [
|
||||
{
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class LolcatCommand extends Command {
|
||||
super(client, {
|
||||
name: 'lolcat',
|
||||
group: 'edit-text',
|
||||
memberName: 'lolcat',
|
||||
description: 'Converts text to lolcat.',
|
||||
credit: [
|
||||
{
|
||||
|
||||
@@ -6,7 +6,6 @@ module.exports = class LowercaseCommand extends Command {
|
||||
name: 'lowercase',
|
||||
aliases: ['to-lowercase'],
|
||||
group: 'edit-text',
|
||||
memberName: 'lowercase',
|
||||
description: 'Converts text to lowercase.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -6,7 +6,6 @@ module.exports = class MD5Command extends Command {
|
||||
super(client, {
|
||||
name: 'md5',
|
||||
group: 'edit-text',
|
||||
memberName: 'md5',
|
||||
description: 'Creates a hash of text with the MD5 algorithm.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -8,7 +8,6 @@ module.exports = class MockingCommand extends Command {
|
||||
name: 'mocking',
|
||||
aliases: ['mock'],
|
||||
group: 'edit-text',
|
||||
memberName: 'mocking',
|
||||
description: 'SenDs TexT lIkE ThiS.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -15,7 +15,6 @@ module.exports = class NobodyNameCommand extends Command {
|
||||
'org-xiii-name'
|
||||
],
|
||||
group: 'edit-text',
|
||||
memberName: 'nobody-name',
|
||||
description: 'Converts a name into the Organization XIII style.',
|
||||
credit: [
|
||||
{
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class OwOCommand extends Command {
|
||||
name: 'owo',
|
||||
aliases: ['furry-speak', 'fur-speak'],
|
||||
group: 'edit-text',
|
||||
memberName: 'owo',
|
||||
description: 'OwO.',
|
||||
credit: [
|
||||
{
|
||||
|
||||
@@ -5,7 +5,6 @@ module.exports = class PigLatinCommand extends Command {
|
||||
super(client, {
|
||||
name: 'pig-latin',
|
||||
group: 'edit-text',
|
||||
memberName: 'pig-latin',
|
||||
description: 'Converts text to pig latin.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -8,7 +8,6 @@ module.exports = class PirateCommand extends Command {
|
||||
name: 'pirate',
|
||||
aliases: ['pirate-speak'],
|
||||
group: 'edit-text',
|
||||
memberName: 'pirate',
|
||||
description: 'Converts text to pirate.',
|
||||
credit: [
|
||||
{
|
||||
|
||||
@@ -5,7 +5,6 @@ module.exports = class RepeatCommand extends Command {
|
||||
super(client, {
|
||||
name: 'repeat',
|
||||
group: 'edit-text',
|
||||
memberName: 'repeat',
|
||||
description: 'Repeat text over and over and over and over (etc).',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -5,7 +5,6 @@ module.exports = class ReverseCommand extends Command {
|
||||
super(client, {
|
||||
name: 'reverse',
|
||||
group: 'edit-text',
|
||||
memberName: 'reverse',
|
||||
description: 'Reverses text.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -8,7 +8,6 @@ module.exports = class RomajiCommand extends Command {
|
||||
name: 'romaji',
|
||||
aliases: ['romajify', 'hepburn'],
|
||||
group: 'edit-text',
|
||||
memberName: 'romaji',
|
||||
description: 'Converts Japanese text to Romaji.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -6,7 +6,6 @@ module.exports = class SayCommand extends Command {
|
||||
name: 'say',
|
||||
aliases: ['copy', 'echo'],
|
||||
group: 'edit-text',
|
||||
memberName: 'say',
|
||||
description: 'Make me say what you want, master.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -6,7 +6,6 @@ module.exports = class SHA1Command extends Command {
|
||||
super(client, {
|
||||
name: 'sha-1',
|
||||
group: 'edit-text',
|
||||
memberName: 'sha-1',
|
||||
description: 'Creates a hash of text with the SHA-1 algorithm.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -6,7 +6,6 @@ module.exports = class SHA256Command extends Command {
|
||||
super(client, {
|
||||
name: 'sha-256',
|
||||
group: 'edit-text',
|
||||
memberName: 'sha-256',
|
||||
description: 'Creates a hash of text with the SHA-256 algorithm.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -5,7 +5,6 @@ module.exports = class ShipNameCommand extends Command {
|
||||
super(client, {
|
||||
name: 'ship-name',
|
||||
group: 'edit-text',
|
||||
memberName: 'ship-name',
|
||||
description: 'Creates a ship name from two names.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -8,7 +8,6 @@ module.exports = class ShortenUrlCommand extends Command {
|
||||
name: 'shorten-url',
|
||||
aliases: ['short-url', 'bit-ly', 'bit.ly', 'url-shorten', 'url-short'],
|
||||
group: 'edit-text',
|
||||
memberName: 'shorten-url',
|
||||
description: 'Shortens a URL using bit.ly.',
|
||||
credit: [
|
||||
{
|
||||
|
||||
@@ -6,7 +6,6 @@ module.exports = class ShuffleCommand extends Command {
|
||||
super(client, {
|
||||
name: 'shuffle',
|
||||
group: 'edit-text',
|
||||
memberName: 'shuffle',
|
||||
description: 'Shuffles text.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -6,7 +6,6 @@ module.exports = class SnakeSpeakCommand extends Command {
|
||||
name: 'snake-speak',
|
||||
aliases: ['snek-speak'],
|
||||
group: 'edit-text',
|
||||
memberName: 'snake-speak',
|
||||
description: 'Convertsssss text to sssssnake ssssspeak.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -6,7 +6,6 @@ module.exports = class SpoilerLetterCommand extends Command {
|
||||
name: 'spoiler-letter',
|
||||
aliases: ['spoiler'],
|
||||
group: 'edit-text',
|
||||
memberName: 'spoiler-letter',
|
||||
description: 'Sends text with each and every character as an individual spoiler.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -8,7 +8,6 @@ module.exports = class SuperscriptCommand extends Command {
|
||||
name: 'superscript',
|
||||
aliases: ['tiny-text', 'small-text'],
|
||||
group: 'edit-text',
|
||||
memberName: 'superscript',
|
||||
description: 'Converts text to tiny text.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -8,7 +8,6 @@ module.exports = class TebahplaCommand extends Command {
|
||||
name: 'tebahpla',
|
||||
aliases: ['reverse-alphabet', 'alphabet-reverse'],
|
||||
group: 'edit-text',
|
||||
memberName: 'tebahpla',
|
||||
description: 'Reverses the alphabet of text.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -8,7 +8,6 @@ module.exports = class TemmieCommand extends Command {
|
||||
name: 'temmie',
|
||||
aliases: ['temmie-speak'],
|
||||
group: 'edit-text',
|
||||
memberName: 'temmie',
|
||||
description: 'Converts text to Temmie speak.',
|
||||
credit: [
|
||||
{
|
||||
|
||||
@@ -5,7 +5,6 @@ module.exports = class TxtCommand extends Command {
|
||||
super(client, {
|
||||
name: 'txt',
|
||||
group: 'edit-text',
|
||||
memberName: 'txt',
|
||||
description: 'Generates a TXT file from the text you provide.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -6,7 +6,6 @@ module.exports = class UnspoilerCommand extends Command {
|
||||
name: 'unspoiler',
|
||||
aliases: ['unspoil'],
|
||||
group: 'edit-text',
|
||||
memberName: 'unspoiler',
|
||||
description: 'Removes all spoilers from a message.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -6,7 +6,6 @@ module.exports = class UppercaseCommand extends Command {
|
||||
name: 'uppercase',
|
||||
aliases: ['to-uppercase', 'all-caps', 'caps'],
|
||||
group: 'edit-text',
|
||||
memberName: 'uppercase',
|
||||
description: 'Converts text to uppercase.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -8,7 +8,6 @@ module.exports = class UpsideDownCommand extends Command {
|
||||
name: 'upside-down',
|
||||
aliases: ['u-down'],
|
||||
group: 'edit-text',
|
||||
memberName: 'upside-down',
|
||||
description: 'Flips text upside-down.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -6,7 +6,6 @@ module.exports = class URLDecodeCommand extends Command {
|
||||
name: 'url-decode',
|
||||
aliases: ['decode-url', 'decode-uri', 'uri-decode', 'decode-uri-component'],
|
||||
group: 'edit-text',
|
||||
memberName: 'url-decode',
|
||||
description: 'Decodes URL characters to regular characters.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -6,7 +6,6 @@ module.exports = class URLEncodeCommand extends Command {
|
||||
name: 'url-encode',
|
||||
aliases: ['encode-url', 'encode-uri', 'uri-encode', 'encode-uri-component'],
|
||||
group: 'edit-text',
|
||||
memberName: 'url-encode',
|
||||
description: 'Encodes text to URL-friendly characters.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class YodaCommand extends Command {
|
||||
super(client, {
|
||||
name: 'yoda',
|
||||
group: 'edit-text',
|
||||
memberName: 'yoda',
|
||||
description: 'Converts text to Yoda speak.',
|
||||
credit: [
|
||||
{
|
||||
|
||||
@@ -6,7 +6,6 @@ module.exports = class ZalgoCommand extends Command {
|
||||
super(client, {
|
||||
name: 'zalgo',
|
||||
group: 'edit-text',
|
||||
memberName: 'zalgo',
|
||||
description: 'Converts text to zalgo.',
|
||||
credit: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user