More uniform group names

This commit is contained in:
Dragon Fire
2020-04-09 14:37:24 -04:00
parent 35970740e3
commit 2bf570f3d2
139 changed files with 154 additions and 154 deletions
+11 -11
View File
@@ -213,6 +213,17 @@ Total: 382
* **shiba:** Responds with a random image of a Shiba Inu. * **shiba:** Responds with a random image of a Shiba Inu.
* **xiao:** Responds with a random image of Xiao Pai. * **xiao:** Responds with a random image of Xiao Pai.
### Seeded Randomizers:
* **butt:** Determines a user's butt quality.
* **coolness:** Determines a user's coolness.
* **dick:** Determines your dick size. (NSFW)
* **guess-looks:** Guesses what a user looks like.
* **iq:** Determines a user's IQ.
* **psycho-pass:** Determines your Crime Coefficient.
* **ship:** Ships two users together.
* **smash-or-pass:** Determines if a user is worthy of a smash or a pass.
### Single Response: ### Single Response:
* **dark-light:** Determines whether you use dark or light theme. * **dark-light:** Determines whether you use dark or light theme.
@@ -238,17 +249,6 @@ Total: 382
* **suicide-hotline:** Responds with the phone number for the Suicide Hotline. * **suicide-hotline:** Responds with the phone number for the Suicide Hotline.
* **unflip:** Unflips a flipped table. * **unflip:** Unflips a flipped table.
### Seeded Randomizers:
* **butt:** Determines a user's butt quality.
* **coolness:** Determines a user's coolness.
* **dick:** Determines your dick size. (NSFW)
* **guess-looks:** Guesses what a user looks like.
* **iq:** Determines a user's IQ.
* **psycho-pass:** Determines your Crime Coefficient.
* **ship:** Ships two users together.
* **smash-or-pass:** Determines if a user is worthy of a smash or a pass.
### Events: ### Events:
* **apod:** Responds with today's Astronomy Picture of the Day. * **apod:** Responds with today's Astronomy Picture of the Day.
+6 -6
View File
@@ -20,19 +20,19 @@ client.registry
['info', 'Discord Information'], ['info', 'Discord Information'],
['random-res', 'Random Response'], ['random-res', 'Random Response'],
['random-img', 'Random Image'], ['random-img', 'Random Image'],
['random-seed', 'Seeded Randomizers'],
['single', 'Single Response'], ['single', 'Single Response'],
['auto', 'Automatic Response'], ['auto', 'Automatic Response'],
['seeded', 'Seeded Randomizers'],
['events', 'Events'], ['events', 'Events'],
['search', 'Search'], ['search', 'Search'],
['analyze', 'Analyzers'], ['analyze', 'Analyzers'],
['games-sp', 'Single-Player Games'], ['games-sp', 'Single-Player Games'],
['games-mp', 'Multi-Player Games'], ['games-mp', 'Multi-Player Games'],
['image-edit', 'Image Manipulation'], ['edit-image', 'Image Manipulation'],
['avatar-edit', 'Avatar Manipulation'], ['edit-avatar', 'Avatar Manipulation'],
['meme-gen', 'Meme Generators'], ['edit-meme', 'Meme Generators'],
['text-edit', 'Text Manipulation'], ['edit-text', 'Text Manipulation'],
['number-edit', 'Number Manipulation'], ['edit-number', 'Number Manipulation'],
['other', 'Other'], ['other', 'Other'],
['roleplay', 'Roleplay'], ['roleplay', 'Roleplay'],
['readme', 'README Generators'] ['readme', 'README Generators']
@@ -7,7 +7,7 @@ module.exports = class AvatarFusionCommand extends Command {
super(client, { super(client, {
name: 'avatar-fusion', name: 'avatar-fusion',
aliases: ['avatar-fuse', 'ava-fuse'], aliases: ['avatar-fuse', 'ava-fuse'],
group: 'avatar-edit', group: 'edit-avatar',
memberName: 'avatar-fusion', 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: {
@@ -8,7 +8,7 @@ module.exports = class BobRossCommand extends Command {
super(client, { super(client, {
name: 'bob-ross', name: 'bob-ross',
aliases: ['ross'], aliases: ['ross'],
group: 'avatar-edit', group: 'edit-avatar',
memberName: 'bob-ross', memberName: 'bob-ross',
description: 'Draws a user\'s avatar over Bob Ross\' canvas.', description: 'Draws a user\'s avatar over Bob Ross\' canvas.',
throttling: { throttling: {
@@ -9,7 +9,7 @@ module.exports = class HatCommand extends Command {
constructor(client) { constructor(client) {
super(client, { super(client, {
name: 'hat', name: 'hat',
group: 'avatar-edit', group: 'edit-avatar',
memberName: 'hat', memberName: 'hat',
description: 'Draws a hat over a user\'s avatar.', description: 'Draws a hat over a user\'s avatar.',
details: `**Hats:** ${hats.join(', ')}`, details: `**Hats:** ${hats.join(', ')}`,
@@ -9,7 +9,7 @@ module.exports = class HeLivesInYouCommand extends Command {
super(client, { super(client, {
name: 'he-lives-in-you', name: 'he-lives-in-you',
aliases: ['mufasa', 'simba'], aliases: ['mufasa', 'simba'],
group: 'avatar-edit', group: 'edit-avatar',
memberName: 'he-lives-in-you', 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: {
@@ -9,7 +9,7 @@ module.exports = class HeartsCommand extends Command {
super(client, { super(client, {
name: 'hearts', name: 'hearts',
aliases: ['heart'], aliases: ['heart'],
group: 'avatar-edit', group: 'edit-avatar',
memberName: 'hearts', memberName: 'hearts',
description: 'Draws hearts around a user\'s avatar.', description: 'Draws hearts around a user\'s avatar.',
throttling: { throttling: {
@@ -8,7 +8,7 @@ module.exports = class IHaveThePowerCommand extends Command {
super(client, { super(client, {
name: 'i-have-the-power', name: 'i-have-the-power',
aliases: ['he-man'], aliases: ['he-man'],
group: 'avatar-edit', group: 'edit-avatar',
memberName: 'i-have-the-power', 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: {
@@ -8,7 +8,7 @@ module.exports = class LookWhatKarenHaveCommand extends Command {
super(client, { super(client, {
name: 'look-what-karen-have', name: 'look-what-karen-have',
aliases: ['look-at-what-karen-has', 'look-what-karen-has'], aliases: ['look-at-what-karen-has', 'look-what-karen-has'],
group: 'avatar-edit', group: 'edit-avatar',
memberName: 'look-what-karen-have', memberName: 'look-what-karen-have',
description: 'Draws a user\'s avatar over Karen\'s piece of paper.', description: 'Draws a user\'s avatar over Karen\'s piece of paper.',
throttling: { throttling: {
@@ -10,7 +10,7 @@ module.exports = class RipCommand extends Command {
super(client, { super(client, {
name: 'rip', name: 'rip',
aliases: ['grave', 'grave-stone'], aliases: ['grave', 'grave-stone'],
group: 'avatar-edit', group: 'edit-avatar',
memberName: 'rip', memberName: 'rip',
description: 'Draws a user\'s avatar over a gravestone.', description: 'Draws a user\'s avatar over a gravestone.',
throttling: { throttling: {
@@ -8,7 +8,7 @@ module.exports = class SipCommand extends Command {
super(client, { super(client, {
name: 'sip', name: 'sip',
aliases: ['tea'], aliases: ['tea'],
group: 'avatar-edit', group: 'edit-avatar',
memberName: 'sip', memberName: 'sip',
description: 'Draws a user\'s avatar sipping tea.', description: 'Draws a user\'s avatar sipping tea.',
throttling: { throttling: {
@@ -6,7 +6,7 @@ module.exports = class StatusButtonCommand extends Command {
super(client, { super(client, {
name: 'status-button', name: 'status-button',
aliases: ['c99-nl'], aliases: ['c99-nl'],
group: 'avatar-edit', group: 'edit-avatar',
memberName: 'status-button', memberName: 'status-button',
description: 'Creates a Discord status button from c99.nl.', description: 'Creates a Discord status button from c99.nl.',
clientPermissions: ['ATTACH_FILES'], clientPermissions: ['ATTACH_FILES'],
@@ -11,7 +11,7 @@ module.exports = class SteamCardCommand extends Command {
super(client, { super(client, {
name: 'steam-card', name: 'steam-card',
aliases: ['valve-card'], aliases: ['valve-card'],
group: 'avatar-edit', group: 'edit-avatar',
memberName: 'steam-card', memberName: 'steam-card',
description: 'Draws a user\'s avatar on a Steam Trading Card.', description: 'Draws a user\'s avatar on a Steam Trading Card.',
throttling: { throttling: {
@@ -12,7 +12,7 @@ module.exports = class SteamNowPlayingClassicCommand extends Command {
super(client, { super(client, {
name: 'steam-now-playing-classic', name: 'steam-now-playing-classic',
aliases: ['now-playing-classic'], aliases: ['now-playing-classic'],
group: 'avatar-edit', group: 'edit-avatar',
memberName: 'steam-now-playing-classic', memberName: 'steam-now-playing-classic',
description: 'Draws a user\'s avatar over a Steam "now playing" notification (old skin).', description: 'Draws a user\'s avatar over a Steam "now playing" notification (old skin).',
throttling: { throttling: {
@@ -12,7 +12,7 @@ module.exports = class SteamNowPlayingCommand extends Command {
super(client, { super(client, {
name: 'steam-now-playing', name: 'steam-now-playing',
aliases: ['now-playing'], aliases: ['now-playing'],
group: 'avatar-edit', group: 'edit-avatar',
memberName: 'steam-now-playing', 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: {
@@ -13,7 +13,7 @@ module.exports = class TriggeredCommand extends Command {
super(client, { super(client, {
name: 'triggered', name: 'triggered',
aliases: ['trigger'], aliases: ['trigger'],
group: 'avatar-edit', group: 'edit-avatar',
memberName: 'triggered', memberName: 'triggered',
description: 'Draws a user\'s avatar over the "Triggered" meme.', description: 'Draws a user\'s avatar over the "Triggered" meme.',
throttling: { throttling: {
@@ -9,7 +9,7 @@ module.exports = class WantedCommand extends Command {
super(client, { super(client, {
name: 'wanted', name: 'wanted',
aliases: ['wanted-poster'], aliases: ['wanted-poster'],
group: 'avatar-edit', group: 'edit-avatar',
memberName: 'wanted', memberName: 'wanted',
description: 'Draws a user\'s avatar over a wanted poster.', description: 'Draws a user\'s avatar over a wanted poster.',
throttling: { throttling: {
@@ -8,7 +8,7 @@ module.exports = class YuGiOhTokenCommand extends Command {
super(client, { super(client, {
name: 'yu-gi-oh-token', name: 'yu-gi-oh-token',
aliases: ['ygo-token'], aliases: ['ygo-token'],
group: 'avatar-edit', group: 'edit-avatar',
memberName: 'yu-gi-oh-token', memberName: 'yu-gi-oh-token',
description: 'Draws a user\'s avatar over a blank Yu-Gi-Oh! Token card.', description: 'Draws a user\'s avatar over a blank Yu-Gi-Oh! Token card.',
throttling: { throttling: {
@@ -9,7 +9,7 @@ module.exports = class AchievementCommand extends Command {
super(client, { super(client, {
name: 'achievement', name: 'achievement',
aliases: ['minecraft-achievement'], aliases: ['minecraft-achievement'],
group: 'image-edit', group: 'edit-image',
memberName: 'achievement', 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: {
@@ -6,7 +6,7 @@ module.exports = class AdorableCommand extends Command {
super(client, { super(client, {
name: 'adorable', name: 'adorable',
aliases: ['adorable-avatar'], aliases: ['adorable-avatar'],
group: 'image-edit', group: 'edit-image',
memberName: 'adorable', memberName: 'adorable',
description: 'Creates an adorable avatar based on the text you provide.', description: 'Creates an adorable avatar based on the text you provide.',
clientPermissions: ['ATTACH_FILES'], clientPermissions: ['ATTACH_FILES'],
@@ -8,7 +8,7 @@ module.exports = class AppleEngravingCommand extends Command {
super(client, { super(client, {
name: 'apple-engraving', name: 'apple-engraving',
aliases: ['apple-engrave', 'apple-e', 'a-engrave', 'a-engraving'], aliases: ['apple-engrave', 'apple-e', 'a-engrave', 'a-engraving'],
group: 'image-edit', group: 'edit-image',
memberName: 'apple-engraving', memberName: 'apple-engraving',
description: 'Engraves the text of your choice onto an Apple product.', description: 'Engraves the text of your choice onto an Apple product.',
credit: [ credit: [
@@ -9,7 +9,7 @@ module.exports = class ApprovedCommand extends Command {
super(client, { super(client, {
name: 'approved', name: 'approved',
aliases: ['approve'], aliases: ['approve'],
group: 'image-edit', group: 'edit-image',
memberName: 'approved', 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: {
@@ -8,7 +8,7 @@ module.exports = class AxisCultSignUpCommand extends Command {
super(client, { super(client, {
name: 'axis-cult-sign-up', name: 'axis-cult-sign-up',
aliases: ['axis-sign-up'], aliases: ['axis-sign-up'],
group: 'image-edit', group: 'edit-image',
memberName: 'axis-cult-sign-up', 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: {
@@ -7,7 +7,7 @@ module.exports = class BrazzersCommand extends Command {
constructor(client) { constructor(client) {
super(client, { super(client, {
name: 'brazzers', name: 'brazzers',
group: 'image-edit', group: 'edit-image',
memberName: 'brazzers', 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,
@@ -7,7 +7,7 @@ module.exports = class CircleCommand extends Command {
super(client, { super(client, {
name: 'circle', name: 'circle',
aliases: ['preview-avatar', 'preview-ava'], aliases: ['preview-avatar', 'preview-ava'],
group: 'image-edit', group: 'edit-image',
memberName: 'circle', 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: {
@@ -6,7 +6,7 @@ module.exports = class ColorCommand extends Command {
super(client, { super(client, {
name: 'color', name: 'color',
aliases: ['colour'], aliases: ['colour'],
group: 'image-edit', group: 'edit-image',
memberName: 'color', memberName: 'color',
description: 'Sends an image of the color you choose.', description: 'Sends an image of the color you choose.',
throttling: { throttling: {
@@ -7,7 +7,7 @@ module.exports = class ContrastCommand extends Command {
constructor(client) { constructor(client) {
super(client, { super(client, {
name: 'contrast', name: 'contrast',
group: 'image-edit', group: 'edit-image',
memberName: 'contrast', 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: {
@@ -6,7 +6,7 @@ module.exports = class CreateQRCodeCommand extends Command {
super(client, { super(client, {
name: 'create-qr-code', name: 'create-qr-code',
aliases: ['create-qr'], aliases: ['create-qr'],
group: 'image-edit', group: 'edit-image',
memberName: 'create-qr-code', memberName: 'create-qr-code',
description: 'Converts text to a QR Code.', description: 'Converts text to a QR Code.',
credit: [ credit: [
@@ -8,7 +8,7 @@ module.exports = class DexterCommand extends Command {
constructor(client) { constructor(client) {
super(client, { super(client, {
name: 'dexter', name: 'dexter',
group: 'image-edit', group: 'edit-image',
memberName: 'dexter', 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: {
@@ -7,7 +7,7 @@ module.exports = class DistortCommand extends Command {
constructor(client) { constructor(client) {
super(client, { super(client, {
name: 'distort', name: 'distort',
group: 'image-edit', group: 'edit-image',
memberName: 'distort', 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: {
@@ -9,7 +9,7 @@ module.exports = class FireCommand extends Command {
super(client, { super(client, {
name: 'fire', name: 'fire',
aliases: ['hell'], aliases: ['hell'],
group: 'image-edit', group: 'edit-image',
memberName: 'fire', memberName: 'fire',
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: {
@@ -8,7 +8,7 @@ module.exports = class FrameCommand extends Command {
super(client, { super(client, {
name: 'frame', name: 'frame',
aliases: ['picture-frame', 'photo-frame'], aliases: ['picture-frame', 'photo-frame'],
group: 'image-edit', group: 'edit-image',
memberName: 'frame', 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: {
@@ -7,7 +7,7 @@ module.exports = class GlitchCommand extends Command {
constructor(client) { constructor(client) {
super(client, { super(client, {
name: 'glitch', name: 'glitch',
group: 'image-edit', group: 'edit-image',
memberName: 'glitch', 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: {
@@ -8,7 +8,7 @@ module.exports = class GreyscaleCommand extends Command {
super(client, { super(client, {
name: 'greyscale', name: 'greyscale',
aliases: ['grayscale'], aliases: ['grayscale'],
group: 'image-edit', group: 'edit-image',
memberName: 'greyscale', 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: {
@@ -7,7 +7,7 @@ module.exports = class IfunnyCommand extends Command {
constructor(client) { constructor(client) {
super(client, { super(client, {
name: 'ifunny', name: 'ifunny',
group: 'image-edit', group: 'edit-image',
memberName: 'ifunny', memberName: 'ifunny',
description: 'Draws an image with the iFunny logo.', description: 'Draws an image with the iFunny logo.',
throttling: { throttling: {
@@ -7,7 +7,7 @@ module.exports = class InvertCommand extends Command {
constructor(client) { constructor(client) {
super(client, { super(client, {
name: 'invert', name: 'invert',
group: 'image-edit', group: 'edit-image',
memberName: 'invert', 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: {
@@ -7,7 +7,7 @@ module.exports = class MinecraftSkinCommand extends Command {
constructor(client) { constructor(client) {
super(client, { super(client, {
name: 'minecraft-skin', name: 'minecraft-skin',
group: 'image-edit', group: 'edit-image',
memberName: 'minecraft-skin', memberName: 'minecraft-skin',
description: 'Sends the Minecraft skin for a user.', description: 'Sends the Minecraft skin for a user.',
details: `**Types:** ${types.join(', ')}`, details: `**Types:** ${types.join(', ')}`,
@@ -7,7 +7,7 @@ module.exports = class NeedsMoreJpegCommand extends Command {
super(client, { super(client, {
name: 'needs-more-jpeg', name: 'needs-more-jpeg',
aliases: ['jpeg', 'jpegify'], aliases: ['jpeg', 'jpegify'],
group: 'image-edit', group: 'edit-image',
memberName: 'needs-more-jpeg', 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: {
@@ -6,7 +6,7 @@ module.exports = class NewspaperCommand extends Command {
constructor(client) { constructor(client) {
super(client, { super(client, {
name: 'newspaper', name: 'newspaper',
group: 'image-edit', group: 'edit-image',
memberName: 'newspaper', memberName: 'newspaper',
description: 'Creates a fake newspaper with the headline and body of your choice.', description: 'Creates a fake newspaper with the headline and body of your choice.',
credit: [ credit: [
@@ -7,7 +7,7 @@ module.exports = class PixelizeCommand extends Command {
super(client, { super(client, {
name: 'pixelize', name: 'pixelize',
aliases: ['pixel'], aliases: ['pixel'],
group: 'image-edit', group: 'edit-image',
memberName: 'pixelize', memberName: 'pixelize',
description: 'Draws an image or a user\'s avatar pixelized.', description: 'Draws an image or a user\'s avatar pixelized.',
throttling: { throttling: {
@@ -8,7 +8,7 @@ module.exports = class PokemonFusionCommand extends Command {
super(client, { super(client, {
name: 'pokemon-fusion', name: 'pokemon-fusion',
aliases: ['poke-fusion', 'poke-fuse', 'pokémon-fusion', 'poké-fusion', 'poké-fuse'], aliases: ['poke-fusion', 'poke-fuse', 'pokémon-fusion', 'poké-fusion', 'poké-fuse'],
group: 'image-edit', group: 'edit-image',
memberName: 'pokemon-fusion', memberName: 'pokemon-fusion',
description: 'Fuses two Generation I Pokémon together.', description: 'Fuses two Generation I Pokémon together.',
clientPermissions: ['ATTACH_FILES'], clientPermissions: ['ATTACH_FILES'],
@@ -8,7 +8,7 @@ module.exports = class RainbowCommand extends Command {
super(client, { super(client, {
name: 'rainbow', name: 'rainbow',
aliases: ['gay'], aliases: ['gay'],
group: 'image-edit', group: 'edit-image',
memberName: 'rainbow', memberName: 'rainbow',
description: 'Draws a rainbow over an image or a user\'s avatar.', description: 'Draws a rainbow over an image or a user\'s avatar.',
throttling: { throttling: {
@@ -9,7 +9,7 @@ module.exports = class RejctedCommand extends Command {
super(client, { super(client, {
name: 'rejected', name: 'rejected',
aliases: ['reject'], aliases: ['reject'],
group: 'image-edit', group: 'edit-image',
memberName: 'rejected', memberName: 'rejected',
description: 'Draws a "rejected" stamp over an image or a user\'s avatar.', description: 'Draws a "rejected" stamp over an image or a user\'s avatar.',
throttling: { throttling: {
@@ -5,7 +5,7 @@ module.exports = class RobohashCommand extends Command {
constructor(client) { constructor(client) {
super(client, { super(client, {
name: 'robohash', name: 'robohash',
group: 'image-edit', group: 'edit-image',
memberName: 'robohash', memberName: 'robohash',
description: 'Creates a robot based on the text you provide.', description: 'Creates a robot based on the text you provide.',
clientPermissions: ['ATTACH_FILES'], clientPermissions: ['ATTACH_FILES'],
@@ -7,7 +7,7 @@ module.exports = class SepiaCommand extends Command {
constructor(client) { constructor(client) {
super(client, { super(client, {
name: 'sepia', name: 'sepia',
group: 'image-edit', group: 'edit-image',
memberName: 'sepia', memberName: 'sepia',
description: 'Draws an image or a user\'s avatar in sepia.', description: 'Draws an image or a user\'s avatar in sepia.',
throttling: { throttling: {
@@ -6,7 +6,7 @@ module.exports = class ShieldsIoBadgeCommand extends Command {
super(client, { super(client, {
name: 'shields-io-badge', name: 'shields-io-badge',
aliases: ['shields-io'], aliases: ['shields-io'],
group: 'image-edit', group: 'edit-image',
memberName: 'shields-io-badge', memberName: 'shields-io-badge',
description: 'Creates a badge from shields.io.', description: 'Creates a badge from shields.io.',
clientPermissions: ['ATTACH_FILES'], clientPermissions: ['ATTACH_FILES'],
@@ -7,7 +7,7 @@ module.exports = class SilhouetteCommand extends Command {
constructor(client) { constructor(client) {
super(client, { super(client, {
name: 'silhouette', name: 'silhouette',
group: 'image-edit', group: 'edit-image',
memberName: 'silhouette', memberName: 'silhouette',
description: 'Draws a silhouette of an image or a user\'s avatar.', description: 'Draws a silhouette of an image or a user\'s avatar.',
throttling: { throttling: {
@@ -6,7 +6,7 @@ module.exports = class SquareCommand extends Command {
constructor(client) { constructor(client) {
super(client, { super(client, {
name: 'square', name: 'square',
group: 'image-edit', group: 'edit-image',
memberName: 'square', memberName: 'square',
description: 'Draws an image or a user\'s avatar as a square.', description: 'Draws an image or a user\'s avatar as a square.',
throttling: { throttling: {
@@ -7,7 +7,7 @@ module.exports = class TintCommand extends Command {
constructor(client) { constructor(client) {
super(client, { super(client, {
name: 'tint', name: 'tint',
group: 'image-edit', group: 'edit-image',
memberName: 'tint', memberName: 'tint',
description: 'Draws an image or a user\'s avatar but tinted a specific color.', description: 'Draws an image or a user\'s avatar but tinted a specific color.',
throttling: { throttling: {
@@ -9,7 +9,7 @@ module.exports = class ThreeThousandYearsCommand extends Command {
super(client, { super(client, {
name: '3000-years', name: '3000-years',
aliases: ['3ky', '3k-years'], aliases: ['3ky', '3k-years'],
group: 'meme-gen', group: 'edit-meme',
memberName: '3000-years', memberName: '3000-years',
description: 'Draws an image or a user\'s avatar over Pokémon\'s "It\'s been 3000 years" meme.', description: 'Draws an image or a user\'s avatar over Pokémon\'s "It\'s been 3000 years" meme.',
throttling: { throttling: {
@@ -9,7 +9,7 @@ module.exports = class LisaPresentationCommand extends Command {
super(client, { super(client, {
name: 'bart-chalkboard', name: 'bart-chalkboard',
aliases: ['bart', 'bart-chalk', 'bart-board'], aliases: ['bart', 'bart-chalk', 'bart-board'],
group: 'meme-gen', group: 'edit-meme',
memberName: 'bart-chalkboard', memberName: 'bart-chalkboard',
description: 'Sends a "Bart Chalkboard" meme with the text of your choice.', description: 'Sends a "Bart Chalkboard" meme with the text of your choice.',
throttling: { throttling: {
@@ -11,7 +11,7 @@ module.exports = class BeLikeBillCommand extends Command {
super(client, { super(client, {
name: 'be-like-bill', name: 'be-like-bill',
aliases: ['be-like'], aliases: ['be-like'],
group: 'meme-gen', group: 'edit-meme',
memberName: 'be-like-bill', memberName: 'be-like-bill',
description: 'Sends a "Be Like Bill" meme with the name of your choice.', description: 'Sends a "Be Like Bill" meme with the name of your choice.',
throttling: { throttling: {
@@ -8,7 +8,7 @@ module.exports = class BeautifulCommand extends Command {
super(client, { super(client, {
name: 'beautiful', name: 'beautiful',
aliases: ['this-is-beautiful', 'grunkle-stan'], aliases: ['this-is-beautiful', 'grunkle-stan'],
group: 'meme-gen', group: 'edit-meme',
memberName: 'beautiful', memberName: 'beautiful',
description: 'Draws a user\'s avatar over Gravity Falls\' "Oh, this? This is beautiful." meme.', description: 'Draws a user\'s avatar over Gravity Falls\' "Oh, this? This is beautiful." meme.',
throttling: { throttling: {
@@ -9,7 +9,7 @@ module.exports = class ChallengerCommand extends Command {
super(client, { super(client, {
name: 'challenger', name: 'challenger',
aliases: ['challenger-approaching'], aliases: ['challenger-approaching'],
group: 'meme-gen', group: 'edit-meme',
memberName: 'challenger', memberName: 'challenger',
description: 'Draws an image or a user\'s avatar over Smash Bros.\'s "Challenger Approaching" screen.', description: 'Draws an image or a user\'s avatar over Smash Bros.\'s "Challenger Approaching" screen.',
throttling: { throttling: {
@@ -7,7 +7,7 @@ module.exports = class CursedSpongeCommand extends Command {
super(client, { super(client, {
name: 'cursed-sponge', name: 'cursed-sponge',
aliases: ['sponge-snail'], aliases: ['sponge-snail'],
group: 'meme-gen', group: 'edit-meme',
memberName: 'cursed-sponge', memberName: 'cursed-sponge',
description: 'Sends a cursed sponge duplicated however many times you want.', description: 'Sends a cursed sponge duplicated however many times you want.',
throttling: { throttling: {
@@ -9,7 +9,7 @@ module.exports = class DearLiberalsCommand extends Command {
super(client, { super(client, {
name: 'dear-liberals', name: 'dear-liberals',
aliases: ['turning-point-usa', 'ben-shapiro'], aliases: ['turning-point-usa', 'ben-shapiro'],
group: 'meme-gen', group: 'edit-meme',
memberName: 'dear-liberals', memberName: 'dear-liberals',
description: 'Sends a "Dear Liberals" meme with words of your choice.', description: 'Sends a "Dear Liberals" meme with words of your choice.',
throttling: { throttling: {
@@ -12,7 +12,7 @@ module.exports = class DemotivationalCommand extends Command {
super(client, { super(client, {
name: 'demotivational', name: 'demotivational',
aliases: ['demotivational-poster'], aliases: ['demotivational-poster'],
group: 'meme-gen', group: 'edit-meme',
memberName: 'demotivational', memberName: 'demotivational',
description: 'Draws an image or a user\'s avatar and the text you specify as a demotivational poster.', description: 'Draws an image or a user\'s avatar and the text you specify as a demotivational poster.',
throttling: { throttling: {
@@ -8,7 +8,7 @@ module.exports = class DistractedBoyfriendCommand extends Command {
super(client, { super(client, {
name: 'distracted-boyfriend', name: 'distracted-boyfriend',
aliases: ['man-looking-at-other-woman', 'jealous-girlfriend'], aliases: ['man-looking-at-other-woman', 'jealous-girlfriend'],
group: 'meme-gen', group: 'edit-meme',
memberName: 'distracted-boyfriend', memberName: 'distracted-boyfriend',
description: 'Draws three user\'s avatars over the "Distracted Boyfriend" meme.', description: 'Draws three user\'s avatars over the "Distracted Boyfriend" meme.',
throttling: { throttling: {
@@ -8,7 +8,7 @@ module.exports = class DrakepostingCommand extends Command {
super(client, { super(client, {
name: 'drakeposting', name: 'drakeposting',
aliases: ['drake'], aliases: ['drake'],
group: 'meme-gen', group: 'edit-meme',
memberName: 'drakeposting', memberName: 'drakeposting',
description: 'Draws two user\'s avatars over the "Drakeposting" meme.', description: 'Draws two user\'s avatars over the "Drakeposting" meme.',
throttling: { throttling: {
@@ -9,7 +9,7 @@ module.exports = class FoodBrokeCommand extends Command {
super(client, { super(client, {
name: 'food-broke', name: 'food-broke',
aliases: ['food-machine-broke'], aliases: ['food-machine-broke'],
group: 'meme-gen', group: 'edit-meme',
memberName: 'food-broke', memberName: 'food-broke',
description: 'Draws a user\'s avatar over the "Food Broke" meme.', description: 'Draws a user\'s avatar over the "Food Broke" meme.',
throttling: { throttling: {
@@ -9,7 +9,7 @@ module.exports = class GirlWorthFightingForCommand extends Command {
super(client, { super(client, {
name: 'girl-worth-fighting-for', name: 'girl-worth-fighting-for',
aliases: ['a-girl-worth-fighting-for', 'ling'], aliases: ['a-girl-worth-fighting-for', 'ling'],
group: 'meme-gen', group: 'edit-meme',
memberName: 'girl-worth-fighting-for', memberName: 'girl-worth-fighting-for',
description: 'Draws an image or a user\'s avatar as the object of Ling\'s affection.', description: 'Draws an image or a user\'s avatar as the object of Ling\'s affection.',
throttling: { throttling: {
@@ -12,7 +12,7 @@ module.exports = class GruPlanCommand extends Command {
super(client, { super(client, {
name: 'gru-plan', name: 'gru-plan',
aliases: ['grus-plan', 'gru'], aliases: ['grus-plan', 'gru'],
group: 'meme-gen', group: 'edit-meme',
memberName: 'gru-plan', memberName: 'gru-plan',
description: 'Sends a Gru\'s Plan meme with steps of your choice.', description: 'Sends a Gru\'s Plan meme with steps of your choice.',
throttling: { throttling: {
@@ -11,7 +11,7 @@ module.exports = class IllegalCommand extends Command {
super(client, { super(client, {
name: 'illegal', name: 'illegal',
aliases: ['is-now-illegal', 'trump'], aliases: ['is-now-illegal', 'trump'],
group: 'meme-gen', group: 'edit-meme',
memberName: 'illegal', memberName: 'illegal',
description: 'Makes President Trump make your text illegal.', description: 'Makes President Trump make your text illegal.',
throttling: { throttling: {
@@ -8,7 +8,7 @@ module.exports = class KyonGunCommand extends Command {
super(client, { super(client, {
name: 'kyon-gun', name: 'kyon-gun',
aliases: ['kyon-snapped', 'endless-eight'], aliases: ['kyon-snapped', 'endless-eight'],
group: 'meme-gen', group: 'edit-meme',
memberName: 'kyon-gun', memberName: 'kyon-gun',
description: 'Draws an image or a user\'s avatar behind Kyon shooting a gun.', description: 'Draws an image or a user\'s avatar behind Kyon shooting a gun.',
throttling: { throttling: {
@@ -11,7 +11,7 @@ module.exports = class LisaPresentationCommand extends Command {
super(client, { super(client, {
name: 'lisa-presentation', name: 'lisa-presentation',
aliases: ['lisa'], aliases: ['lisa'],
group: 'meme-gen', group: 'edit-meme',
memberName: 'lisa-presentation', memberName: 'lisa-presentation',
description: 'Sends a "Lisa Presentation" meme with the presentation of your choice.', description: 'Sends a "Lisa Presentation" meme with the presentation of your choice.',
throttling: { throttling: {
@@ -8,7 +8,7 @@ module.exports = class LookAtThisPhotographCommand extends Command {
super(client, { super(client, {
name: 'look-at-this-photograph', name: 'look-at-this-photograph',
aliases: ['nickelback', 'look-at-this-photo', 'photograph'], aliases: ['nickelback', 'look-at-this-photo', 'photograph'],
group: 'meme-gen', group: 'edit-meme',
memberName: 'look-at-this-photograph', memberName: 'look-at-this-photograph',
description: 'Draws an image or a user\'s avatar over Nickelback\'s photograph.', description: 'Draws an image or a user\'s avatar over Nickelback\'s photograph.',
throttling: { throttling: {
@@ -10,7 +10,7 @@ module.exports = class MemeGenCommand extends Command {
super(client, { super(client, {
name: 'meme-gen', name: 'meme-gen',
aliases: ['meme-generator', 'create-meme'], aliases: ['meme-generator', 'create-meme'],
group: 'meme-gen', group: 'edit-meme',
memberName: 'meme-gen', memberName: 'meme-gen',
description: 'Sends a meme with the text and background of your choice.', description: 'Sends a meme with the text and background of your choice.',
throttling: { throttling: {
@@ -11,7 +11,7 @@ module.exports = class NewPasswordCommand extends Command {
super(client, { super(client, {
name: 'new-password', name: 'new-password',
aliases: ['strong-password', 'new-pswd', 'strong-pswd'], aliases: ['strong-password', 'new-pswd', 'strong-pswd'],
group: 'meme-gen', group: 'edit-meme',
memberName: 'new-password', memberName: 'new-password',
description: 'Sends a "Weak Password/Strong Password" meme with the passwords of your choice.', description: 'Sends a "Weak Password/Strong Password" meme with the passwords of your choice.',
throttling: { throttling: {
@@ -12,7 +12,7 @@ module.exports = class NikeAdCommand extends Command {
super(client, { super(client, {
name: 'nike-ad', name: 'nike-ad',
aliases: ['believe-in-something', 'believe-in'], aliases: ['believe-in-something', 'believe-in'],
group: 'meme-gen', group: 'edit-meme',
memberName: 'nike-ad', memberName: 'nike-ad',
description: 'Sends a "Believe in Something" Nike Ad meme with the text of your choice.', description: 'Sends a "Believe in Something" Nike Ad meme with the text of your choice.',
throttling: { throttling: {
@@ -12,7 +12,7 @@ module.exports = class PlanktonPlanCommand extends Command {
super(client, { super(client, {
name: 'plankton-plan', name: 'plankton-plan',
aliases: ['planktons-plan', 'plankton'], aliases: ['planktons-plan', 'plankton'],
group: 'meme-gen', group: 'edit-meme',
memberName: 'plankton-plan', memberName: 'plankton-plan',
description: 'Sends a Plankton\'s Plan meme with steps of your choice.', description: 'Sends a Plankton\'s Plan meme with steps of your choice.',
throttling: { throttling: {
@@ -7,7 +7,7 @@ module.exports = class SoraSelfieCommand extends Command {
constructor(client) { constructor(client) {
super(client, { super(client, {
name: 'sora-selfie', name: 'sora-selfie',
group: 'meme-gen', group: 'edit-meme',
memberName: 'sora-selfie', memberName: 'sora-selfie',
description: 'Draws an image or a user\'s avatar behind Sora taking a selfie.', description: 'Draws an image or a user\'s avatar behind Sora taking a selfie.',
throttling: { throttling: {
@@ -10,7 +10,7 @@ module.exports = class SosCommand extends Command {
super(client, { super(client, {
name: 'sos', name: 'sos',
aliases: ['esther-verkest', 'esther', 'help-sign'], aliases: ['esther-verkest', 'esther', 'help-sign'],
group: 'meme-gen', group: 'edit-meme',
memberName: 'sos', memberName: 'sos',
description: 'Sends a "Esther Verkest\'s Help Sign" comic with the text of your choice.', description: 'Sends a "Esther Verkest\'s Help Sign" comic with the text of your choice.',
throttling: { throttling: {
@@ -11,7 +11,7 @@ module.exports = class SpongebobBurnCommand extends Command {
super(client, { super(client, {
name: 'spongebob-burn', name: 'spongebob-burn',
aliases: ['sponge-burn', 'spongebob-fire', 'sponge-fire'], aliases: ['sponge-burn', 'spongebob-fire', 'sponge-fire'],
group: 'meme-gen', group: 'edit-meme',
memberName: 'spongebob-burn', memberName: 'spongebob-burn',
description: 'Sends a "Spongebob Throwing Something into a Fire" meme with words of your choice.', description: 'Sends a "Spongebob Throwing Something into a Fire" meme with words of your choice.',
throttling: { throttling: {
@@ -8,7 +8,7 @@ module.exports = class ThugLifeCommand extends Command {
constructor(client) { constructor(client) {
super(client, { super(client, {
name: 'thug-life', name: 'thug-life',
group: 'meme-gen', group: 'edit-meme',
memberName: 'thug-life', memberName: 'thug-life',
description: 'Draws "Thug Life" over an image or a user\'s avatar.', description: 'Draws "Thug Life" over an image or a user\'s avatar.',
throttling: { throttling: {
@@ -8,7 +8,7 @@ module.exports = class ToBeContinuedCommand extends Command {
constructor(client) { constructor(client) {
super(client, { super(client, {
name: 'to-be-continued', name: 'to-be-continued',
group: 'meme-gen', group: 'edit-meme',
memberName: 'to-be-continued', memberName: 'to-be-continued',
description: 'Draws an image with the "To Be Continued..." arrow.', description: 'Draws an image with the "To Be Continued..." arrow.',
throttling: { throttling: {
@@ -9,7 +9,7 @@ module.exports = class UltimateTattooCommand extends Command {
super(client, { super(client, {
name: 'ultimate-tattoo', name: 'ultimate-tattoo',
aliases: ['the-ultimate-tattoo', 'tattoo'], aliases: ['the-ultimate-tattoo', 'tattoo'],
group: 'meme-gen', group: 'edit-meme',
memberName: 'ultimate-tattoo', memberName: 'ultimate-tattoo',
description: 'Draws an image or a user\'s avatar as "The Ultimate Tattoo".', description: 'Draws an image or a user\'s avatar as "The Ultimate Tattoo".',
throttling: { throttling: {
@@ -8,7 +8,7 @@ module.exports = class VietnamFlashbacksCommand extends Command {
super(client, { super(client, {
name: 'vietnam-flashbacks', name: 'vietnam-flashbacks',
aliases: ['nam-flashbacks', 'vietnam'], aliases: ['nam-flashbacks', 'vietnam'],
group: 'meme-gen', group: 'edit-meme',
memberName: 'vietnam-flashbacks', memberName: 'vietnam-flashbacks',
description: 'Edits Vietnam flashbacks behind an image or a user\'s avatar.', description: 'Edits Vietnam flashbacks behind an image or a user\'s avatar.',
throttling: { throttling: {
@@ -9,7 +9,7 @@ module.exports = class WorthlessCommand extends Command {
super(client, { super(client, {
name: 'worthless', name: 'worthless',
aliases: ['this-is-worthless'], aliases: ['this-is-worthless'],
group: 'meme-gen', group: 'edit-meme',
memberName: 'worthless', memberName: 'worthless',
description: 'Draws an image or a user\'s avatar over Gravity Falls\' "This is worthless." meme.', description: 'Draws an image or a user\'s avatar over Gravity Falls\' "This is worthless." meme.',
throttling: { throttling: {
@@ -6,7 +6,7 @@ module.exports = class CurrencyCommand extends Command {
constructor(client) { constructor(client) {
super(client, { super(client, {
name: 'currency', name: 'currency',
group: 'number-edit', group: 'edit-number',
memberName: 'currency', memberName: 'currency',
description: 'Converts currency from one currency to another.', description: 'Converts currency from one currency to another.',
credit: [ credit: [
@@ -6,7 +6,7 @@ module.exports = class FinalGradeCommand extends Command {
super(client, { super(client, {
name: 'final-grade', name: 'final-grade',
aliases: ['final-grade-calculator', 'final-grade-calc'], aliases: ['final-grade-calculator', 'final-grade-calc'],
group: 'number-edit', group: 'edit-number',
memberName: 'final-grade', memberName: 'final-grade',
description: 'Determines the grade you need to make on your final to get your desired course grade.', description: 'Determines the grade you need to make on your final to get your desired course grade.',
credit: [ credit: [
@@ -5,7 +5,7 @@ module.exports = class GradeCommand extends Command {
super(client, { super(client, {
name: 'grade', name: 'grade',
aliases: ['grade-calculator', 'grade-calc'], aliases: ['grade-calculator', 'grade-calc'],
group: 'number-edit', group: 'edit-number',
memberName: 'grade', memberName: 'grade',
description: 'Determines your grade on an assignment on an 100-point scale.', description: 'Determines your grade on an assignment on an 100-point scale.',
args: [ args: [
@@ -6,7 +6,7 @@ module.exports = class GravityCommand extends Command {
constructor(client) { constructor(client) {
super(client, { super(client, {
name: 'gravity', name: 'gravity',
group: 'number-edit', group: 'edit-number',
memberName: 'gravity', memberName: 'gravity',
description: 'Determines weight on another planet.', description: 'Determines weight on another planet.',
details: `**Planets:** ${Object.keys(planets).join(', ')}`, details: `**Planets:** ${Object.keys(planets).join(', ')}`,
@@ -6,7 +6,7 @@ module.exports = class MathCommand extends Command {
super(client, { super(client, {
name: 'math', name: 'math',
aliases: ['mathematics', 'solve'], aliases: ['mathematics', 'solve'],
group: 'number-edit', group: 'edit-number',
memberName: 'math', memberName: 'math',
description: 'Evaluates a math expression.', description: 'Evaluates a math expression.',
credit: [ credit: [
@@ -6,7 +6,7 @@ module.exports = class PrimeCommand extends Command {
super(client, { super(client, {
name: 'prime', name: 'prime',
aliases: ['is-prime'], aliases: ['is-prime'],
group: 'number-edit', group: 'edit-number',
memberName: 'prime', memberName: 'prime',
description: 'Determines if a number is a prime number.', description: 'Determines if a number is a prime number.',
args: [ args: [
@@ -6,7 +6,7 @@ module.exports = class RomanCommand extends Command {
super(client, { super(client, {
name: 'roman', name: 'roman',
aliases: ['roman-numeral'], aliases: ['roman-numeral'],
group: 'number-edit', group: 'edit-number',
memberName: 'roman', memberName: 'roman',
description: 'Converts a number to roman numerals.', description: 'Converts a number to roman numerals.',
args: [ args: [
@@ -5,7 +5,7 @@ module.exports = class ScientificNotationCommand extends Command {
super(client, { super(client, {
name: 'scientific-notation', name: 'scientific-notation',
aliases: ['science-notation', 'exponential-notation'], aliases: ['science-notation', 'exponential-notation'],
group: 'number-edit', group: 'edit-number',
memberName: 'scientific-notation', memberName: 'scientific-notation',
description: 'Converts a number to scientific notation.', description: 'Converts a number to scientific notation.',
args: [ args: [
@@ -7,7 +7,7 @@ module.exports = class UnitsCommand extends Command {
super(client, { super(client, {
name: 'units', name: 'units',
aliases: ['convert'], aliases: ['convert'],
group: 'number-edit', group: 'edit-number',
memberName: 'units', memberName: 'units',
description: 'Converts units to/from other units.', description: 'Converts units to/from other units.',
credit: [ credit: [
@@ -6,7 +6,7 @@ module.exports = class Base64Command extends Command {
constructor(client) { constructor(client) {
super(client, { super(client, {
name: 'base64', name: 'base64',
group: 'text-edit', group: 'edit-text',
memberName: 'base64', memberName: 'base64',
description: 'Converts text to/from Base64.', description: 'Converts text to/from Base64.',
details: `**Modes:** ${modes.join(', ')}`, details: `**Modes:** ${modes.join(', ')}`,
@@ -4,7 +4,7 @@ module.exports = class BinaryCommand extends Command {
constructor(client) { constructor(client) {
super(client, { super(client, {
name: 'binary', name: 'binary',
group: 'text-edit', group: 'edit-text',
memberName: 'binary', memberName: 'binary',
description: 'Converts text to binary.', description: 'Converts text to binary.',
args: [ args: [
@@ -6,7 +6,7 @@ module.exports = class BrailleCommand extends Command {
constructor(client) { constructor(client) {
super(client, { super(client, {
name: 'braille', name: 'braille',
group: 'text-edit', group: 'edit-text',
memberName: 'braille', memberName: 'braille',
description: 'Converts text to braille.', description: 'Converts text to braille.',
args: [ args: [
@@ -7,7 +7,7 @@ module.exports = class BronySpeakCommand extends Command {
super(client, { super(client, {
name: 'brony-speak', name: 'brony-speak',
aliases: ['pony-speak'], aliases: ['pony-speak'],
group: 'text-edit', group: 'edit-text',
memberName: 'brony-speak', memberName: 'brony-speak',
description: 'Converts text to brony speak.', description: 'Converts text to brony speak.',
credit: [ credit: [
@@ -5,7 +5,7 @@ module.exports = class ClapCommand extends Command {
super(client, { super(client, {
name: 'clap', name: 'clap',
aliases: ['clapping'], aliases: ['clapping'],
group: 'text-edit', group: 'edit-text',
memberName: 'clap', memberName: 'clap',
description: 'Sends 👏 text 👏 like 👏 this.', description: 'Sends 👏 text 👏 like 👏 this.',
args: [ args: [
@@ -5,7 +5,7 @@ module.exports = class CowSayCommand extends Command {
constructor(client) { constructor(client) {
super(client, { super(client, {
name: 'cow-say', name: 'cow-say',
group: 'text-edit', group: 'edit-text',
memberName: 'cow-say', memberName: 'cow-say',
description: 'Makes a cow say your text.', description: 'Makes a cow say your text.',
credit: [ credit: [
@@ -6,7 +6,7 @@ module.exports = class CursiveCommand extends Command {
constructor(client) { constructor(client) {
super(client, { super(client, {
name: 'cursive', name: 'cursive',
group: 'text-edit', group: 'edit-text',
memberName: 'cursive', memberName: 'cursive',
description: 'Converts text to cursive.', description: 'Converts text to cursive.',
args: [ args: [
@@ -6,7 +6,7 @@ module.exports = class DvorakCommand extends Command {
constructor(client) { constructor(client) {
super(client, { super(client, {
name: 'dvorak', name: 'dvorak',
group: 'text-edit', group: 'edit-text',
memberName: 'dvorak', memberName: 'dvorak',
description: 'Converts text to Dvorak encoding.', description: 'Converts text to Dvorak encoding.',
args: [ args: [
@@ -5,7 +5,7 @@ module.exports = class EmbedCommand extends Command {
constructor(client) { constructor(client) {
super(client, { super(client, {
name: 'embed', name: 'embed',
group: 'text-edit', group: 'edit-text',
memberName: 'embed', memberName: 'embed',
description: 'Sends text in an embed.', description: 'Sends text in an embed.',
clientPermissions: ['EMBED_LINKS'], clientPermissions: ['EMBED_LINKS'],
@@ -7,7 +7,7 @@ module.exports = class EmojifyCommand extends Command {
super(client, { super(client, {
name: 'emojify', name: 'emojify',
aliases: ['regional-indicator'], aliases: ['regional-indicator'],
group: 'text-edit', group: 'edit-text',
memberName: 'emojify', memberName: 'emojify',
description: 'Converts text to emoji form.', description: 'Converts text to emoji form.',
args: [ args: [
@@ -6,7 +6,7 @@ module.exports = class FancyCommand extends Command {
constructor(client) { constructor(client) {
super(client, { super(client, {
name: 'fancy', name: 'fancy',
group: 'text-edit', group: 'edit-text',
memberName: 'fancy', memberName: 'fancy',
description: 'Converts text to fancy letters.', description: 'Converts text to fancy letters.',
args: [ args: [
@@ -5,7 +5,7 @@ module.exports = class HexCommand extends Command {
super(client, { super(client, {
name: 'hex', name: 'hex',
aliases: ['hexidecimal'], aliases: ['hexidecimal'],
group: 'text-edit', group: 'edit-text',
memberName: 'hex', memberName: 'hex',
description: 'Converts text to hex.', description: 'Converts text to hex.',
args: [ args: [
@@ -4,7 +4,7 @@ module.exports = class LatlmesCommand extends Command {
constructor(client) { constructor(client) {
super(client, { super(client, {
name: 'latlmes', name: 'latlmes',
group: 'text-edit', group: 'edit-text',
memberName: 'latlmes', memberName: 'latlmes',
description: 'Creates a Latlmes fake link that redirects to a rickroll.', description: 'Creates a Latlmes fake link that redirects to a rickroll.',
credit: [ credit: [

Some files were not shown because too many files have changed in this diff Show More