diff --git a/README.md b/README.md index 6b3bcca6..1b4b6884 100644 --- a/README.md +++ b/README.md @@ -749,6 +749,8 @@ Total: 612 * **yu-gi-oh-gen:** Draws an image or a user's avatar on a Yu-Gi-Oh! Trading Card with the text of your choice. * **zero-dialogue:** Sends a text box from Megaman Zero with the quote of your choice. +### Image Text Manipulation: + ### Avatar Manipulation: * **avatar-fusion:** Draws a a user's avatar over a user's avatar. diff --git a/Xiao.js b/Xiao.js index 3bbf9c64..d8116a28 100644 --- a/Xiao.js +++ b/Xiao.js @@ -33,6 +33,7 @@ client.registry ['games-sp', 'Single-Player Games'], ['games-mp', 'Multi-Player Games'], ['edit-image', 'Image Manipulation'], + ['edit-image-text', 'Image Text Manipulation'], ['edit-avatar', 'Avatar Manipulation'], ['edit-meme', 'Meme Generators'], ['edit-text', 'Text Manipulation'], diff --git a/commands/edit-image/ace-attorney.js b/commands/edit-image-text/ace-attorney.js similarity index 98% rename from commands/edit-image/ace-attorney.js rename to commands/edit-image-text/ace-attorney.js index f373a094..d4072208 100644 --- a/commands/edit-image/ace-attorney.js +++ b/commands/edit-image-text/ace-attorney.js @@ -23,7 +23,7 @@ module.exports = class AceAttorneyCommand extends Command { 'ace-attorney-quote', 'aa-quote' ], - group: 'edit-image', + group: 'edit-image-text', memberName: 'ace-attorney', description: 'Sends a text box from Ace Attorney with the quote and character of your choice.', details: `**Characters:** ${Object.keys(characters).join(', ')}`, diff --git a/commands/edit-image/achievement.js b/commands/edit-image-text/achievement.js similarity index 98% rename from commands/edit-image/achievement.js rename to commands/edit-image-text/achievement.js index fed252db..6663eb98 100644 --- a/commands/edit-image/achievement.js +++ b/commands/edit-image-text/achievement.js @@ -8,7 +8,7 @@ module.exports = class AchievementCommand extends Command { super(client, { name: 'achievement', aliases: ['minecraft-achievement', 'achieve'], - group: 'edit-image', + group: 'edit-image-text', memberName: 'achievement', description: 'Sends a Minecraft achievement with the text of your choice.', throttling: { diff --git a/commands/edit-image/apple-engraving.js b/commands/edit-image-text/apple-engraving.js similarity index 98% rename from commands/edit-image/apple-engraving.js rename to commands/edit-image-text/apple-engraving.js index d5a729ce..bfe421f6 100644 --- a/commands/edit-image/apple-engraving.js +++ b/commands/edit-image-text/apple-engraving.js @@ -8,7 +8,7 @@ module.exports = class AppleEngravingCommand extends Command { super(client, { name: 'apple-engraving', aliases: ['apple-engrave', 'apple-e', 'a-engrave', 'a-engraving'], - group: 'edit-image', + group: 'edit-image-text', memberName: 'apple-engraving', description: 'Engraves the text of your choice onto an Apple product.', details: `**Products:** ${Object.keys(products).join(', ')}`, diff --git a/commands/edit-image/axis-cult-sign-up.js b/commands/edit-image-text/axis-cult-sign-up.js similarity index 98% rename from commands/edit-image/axis-cult-sign-up.js rename to commands/edit-image-text/axis-cult-sign-up.js index 1a154eea..6ceb6f23 100644 --- a/commands/edit-image/axis-cult-sign-up.js +++ b/commands/edit-image-text/axis-cult-sign-up.js @@ -7,7 +7,7 @@ module.exports = class AxisCultSignUpCommand extends Command { super(client, { name: 'axis-cult-sign-up', aliases: ['axis-sign-up'], - group: 'edit-image', + group: 'edit-image-text', memberName: 'axis-cult-sign-up', description: 'Sends an Axis Cult Sign-Up sheet for you. Join today!', throttling: { diff --git a/commands/edit-image/caution.js b/commands/edit-image-text/caution.js similarity index 98% rename from commands/edit-image/caution.js rename to commands/edit-image-text/caution.js index 7c49099c..750b7594 100644 --- a/commands/edit-image/caution.js +++ b/commands/edit-image-text/caution.js @@ -8,7 +8,7 @@ module.exports = class CautionCommand extends Command { super(client, { name: 'caution', aliases: ['caution-sign'], - group: 'edit-image', + group: 'edit-image-text', memberName: 'caution', description: 'Creates a caution sign with the text of your choice.', throttling: { diff --git a/commands/edit-image/certificate.js b/commands/edit-image-text/certificate.js similarity index 98% rename from commands/edit-image/certificate.js rename to commands/edit-image-text/certificate.js index 3899d8e5..4b7c6721 100644 --- a/commands/edit-image/certificate.js +++ b/commands/edit-image-text/certificate.js @@ -8,7 +8,7 @@ module.exports = class CertificateCommand extends Command { super(client, { name: 'certificate', aliases: ['award', 'certificate-of-excellence', 'cert', 'cert-of-excellence'], - group: 'edit-image', + group: 'edit-image-text', memberName: 'certificate', description: 'Sends a certificate of excellence with the name and reason of your choice.', throttling: { diff --git a/commands/edit-image/chinese-restaurant.js b/commands/edit-image-text/chinese-restaurant.js similarity index 98% rename from commands/edit-image/chinese-restaurant.js rename to commands/edit-image-text/chinese-restaurant.js index ac62d038..962fcdc7 100644 --- a/commands/edit-image/chinese-restaurant.js +++ b/commands/edit-image-text/chinese-restaurant.js @@ -8,7 +8,7 @@ module.exports = class ChineseRestaurantCommand extends Command { super(client, { name: 'chinese-restaurant', aliases: ['chinese-restaurant-sign', 'chinese-food-sign', 'chinese-sign'], - group: 'edit-image', + group: 'edit-image-text', memberName: 'chinese-restaurant', description: 'Sends a Chinese restaurant sign with the text of your choice.', throttling: { diff --git a/commands/edit-image/danger.js b/commands/edit-image-text/danger.js similarity index 98% rename from commands/edit-image/danger.js rename to commands/edit-image-text/danger.js index a106b061..66c0d4eb 100644 --- a/commands/edit-image/danger.js +++ b/commands/edit-image-text/danger.js @@ -8,7 +8,7 @@ module.exports = class DangerCommand extends Command { super(client, { name: 'danger', aliases: ['danger-sign'], - group: 'edit-image', + group: 'edit-image-text', memberName: 'danger', description: 'Creates a danger sign with the text of your choice.', throttling: { diff --git a/commands/edit-image/font.js b/commands/edit-image-text/font.js similarity index 98% rename from commands/edit-image/font.js rename to commands/edit-image-text/font.js index a3338ef5..594b4d07 100644 --- a/commands/edit-image/font.js +++ b/commands/edit-image-text/font.js @@ -7,7 +7,7 @@ module.exports = class FontCommand extends Command { super(client, { name: 'font', aliases: ['font-test', 'text-image', 'txt-img', 'text-img', 'txt-image'], - group: 'edit-image', + group: 'edit-image-text', memberName: 'font', description: 'Types text in a specific font.', throttling: { diff --git a/commands/edit-image/gandhi-quote.js b/commands/edit-image-text/gandhi-quote.js similarity index 98% rename from commands/edit-image/gandhi-quote.js rename to commands/edit-image-text/gandhi-quote.js index 3309af1a..dbe7516c 100644 --- a/commands/edit-image/gandhi-quote.js +++ b/commands/edit-image-text/gandhi-quote.js @@ -8,7 +8,7 @@ module.exports = class GandhiQuoteCommand extends Command { super(client, { name: 'gandhi-quote', aliases: ['gandhi', 'mahatma-gandhi', 'mahatma-gandhi-quote'], - group: 'edit-image', + group: 'edit-image-text', memberName: 'gandhi-quote', description: 'Makes Mahatma Gandhi say the quote you want.', throttling: { diff --git a/commands/edit-image/highway-sign.js b/commands/edit-image-text/highway-sign.js similarity index 98% rename from commands/edit-image/highway-sign.js rename to commands/edit-image-text/highway-sign.js index 1ac0faf8..6ea4b84c 100644 --- a/commands/edit-image/highway-sign.js +++ b/commands/edit-image-text/highway-sign.js @@ -8,7 +8,7 @@ module.exports = class HighwaySignCommand extends Command { super(client, { name: 'highway-sign', aliases: ['road-sign', 'road-work-sign', 'electronic-highway-sign'], - group: 'edit-image', + group: 'edit-image-text', memberName: 'highway-sign', description: 'Sends a highway sign sign with the text of your choice.', throttling: { diff --git a/commands/edit-image/hollywood-star.js b/commands/edit-image-text/hollywood-star.js similarity index 98% rename from commands/edit-image/hollywood-star.js rename to commands/edit-image-text/hollywood-star.js index 45635a7e..47d29342 100644 --- a/commands/edit-image/hollywood-star.js +++ b/commands/edit-image-text/hollywood-star.js @@ -7,7 +7,7 @@ module.exports = class HollywoodStarCommand extends Command { super(client, { name: 'hollywood-star', aliases: ['hollywood', 'walk-of-fame', 'walk-of-fame-star'], - group: 'edit-image', + group: 'edit-image-text', memberName: 'hollywood-star', description: 'Sends a Hollywood Walk of Fame star with the name of your choice.', throttling: { diff --git a/commands/edit-image/jeopardy-question.js b/commands/edit-image-text/jeopardy-question.js similarity index 98% rename from commands/edit-image/jeopardy-question.js rename to commands/edit-image-text/jeopardy-question.js index aacc2477..dbc339b0 100644 --- a/commands/edit-image/jeopardy-question.js +++ b/commands/edit-image-text/jeopardy-question.js @@ -7,7 +7,7 @@ module.exports = class JeopardyQuestionCommand extends Command { super(client, { name: 'jeopardy-question', aliases: ['clue-card', 'jeopardy-clue-card', 'jeopardy-clue'], - group: 'edit-image', + group: 'edit-image-text', memberName: 'jeopardy-question', description: 'Sends a Jeopardy Question with the text of your choice.', throttling: { diff --git a/commands/edit-image/license-plate.js b/commands/edit-image-text/license-plate.js similarity index 98% rename from commands/edit-image/license-plate.js rename to commands/edit-image-text/license-plate.js index b2ed1c7b..0ef67ed3 100644 --- a/commands/edit-image/license-plate.js +++ b/commands/edit-image-text/license-plate.js @@ -6,7 +6,7 @@ module.exports = class LicensePlateCommand extends Command { constructor(client) { super(client, { name: 'license-plate', - group: 'edit-image', + group: 'edit-image-text', memberName: 'license-plate', description: 'Creates a license plate with the text of your choice.', throttling: { diff --git a/commands/edit-image/newspaper.js b/commands/edit-image-text/newspaper.js similarity index 97% rename from commands/edit-image/newspaper.js rename to commands/edit-image-text/newspaper.js index 746ad1e9..fb4c861a 100644 --- a/commands/edit-image/newspaper.js +++ b/commands/edit-image-text/newspaper.js @@ -6,7 +6,7 @@ module.exports = class NewspaperCommand extends Command { constructor(client) { super(client, { name: 'newspaper', - group: 'edit-image', + group: 'edit-image-text', memberName: 'newspaper', description: 'Creates a fake newspaper with the headline and body of your choice.', credit: [ diff --git a/commands/edit-image/shields-io-badge.js b/commands/edit-image-text/shields-io-badge.js similarity index 98% rename from commands/edit-image/shields-io-badge.js rename to commands/edit-image-text/shields-io-badge.js index e67aea34..d431408f 100644 --- a/commands/edit-image/shields-io-badge.js +++ b/commands/edit-image-text/shields-io-badge.js @@ -6,7 +6,7 @@ module.exports = class ShieldsIoBadgeCommand extends Command { super(client, { name: 'shields-io-badge', aliases: ['shields-io'], - group: 'edit-image', + group: 'edit-image-text', memberName: 'shields-io-badge', description: 'Creates a badge from shields.io.', clientPermissions: ['ATTACH_FILES'], diff --git a/commands/edit-image/speed-limit.js b/commands/edit-image-text/speed-limit.js similarity index 98% rename from commands/edit-image/speed-limit.js rename to commands/edit-image-text/speed-limit.js index 800bade5..2aa992d1 100644 --- a/commands/edit-image/speed-limit.js +++ b/commands/edit-image-text/speed-limit.js @@ -7,7 +7,7 @@ module.exports = class SpeedLimitCommand extends Command { super(client, { name: 'speed-limit', aliases: ['speed', 'speed-limit-sign'], - group: 'edit-image', + group: 'edit-image-text', memberName: 'speed-limit', description: 'Sends a Speed Limit sign with the limit of your choice.', throttling: { diff --git a/commands/edit-image/spongebob-time-card.js b/commands/edit-image-text/spongebob-time-card.js similarity index 98% rename from commands/edit-image/spongebob-time-card.js rename to commands/edit-image-text/spongebob-time-card.js index 5f89323d..33960a04 100644 --- a/commands/edit-image/spongebob-time-card.js +++ b/commands/edit-image-text/spongebob-time-card.js @@ -8,7 +8,7 @@ module.exports = class SpongebobTimeCardCommand extends Command { super(client, { name: 'spongebob-time-card', aliases: ['time-card', 'sb-time-card', 'spongebob-card', 'sb-card', 'sponge-card', 'sponge-time-card'], - group: 'edit-image', + group: 'edit-image-text', memberName: 'spongebob-time-card', description: 'Sends a Spongebob Time Card with the text of your choice.', throttling: { diff --git a/commands/edit-image/tweet.js b/commands/edit-image-text/tweet.js similarity index 99% rename from commands/edit-image/tweet.js rename to commands/edit-image-text/tweet.js index e6dad44b..826561c2 100644 --- a/commands/edit-image/tweet.js +++ b/commands/edit-image-text/tweet.js @@ -12,7 +12,7 @@ module.exports = class TweetCommand extends Command { super(client, { name: 'tweet', aliases: ['fake-tweet', 'twitter-tweet', 'fake-twitter-tweet'], - group: 'edit-image', + group: 'edit-image-text', memberName: 'tweet', description: 'Sends a Twitter tweet with the user and text of your choice.', throttling: { diff --git a/commands/edit-image/undertale.js b/commands/edit-image-text/undertale.js similarity index 99% rename from commands/edit-image/undertale.js rename to commands/edit-image-text/undertale.js index b41c78f9..3d7fa821 100644 --- a/commands/edit-image/undertale.js +++ b/commands/edit-image-text/undertale.js @@ -18,7 +18,7 @@ module.exports = class UndertaleCommand extends Command { 'undertale-quote', 'ut-quote' ], - group: 'edit-image', + group: 'edit-image-text', memberName: 'undertale', description: 'Sends a text box from Undertale with the quote and character of your choice.', details: `**Characters:** ${characters.join(', ')}`, diff --git a/commands/edit-image/zero-dialogue.js b/commands/edit-image-text/zero-dialogue.js similarity index 98% rename from commands/edit-image/zero-dialogue.js rename to commands/edit-image-text/zero-dialogue.js index e4a64811..1efd3db1 100644 --- a/commands/edit-image/zero-dialogue.js +++ b/commands/edit-image-text/zero-dialogue.js @@ -20,7 +20,7 @@ module.exports = class ZeroDialogueCommand extends Command { 'megaman-zero', 'mm-zero' ], - group: 'edit-image', + group: 'edit-image-text', memberName: 'zero-dialogue', description: 'Sends a text box from Megaman Zero with the quote of your choice.', throttling: { diff --git a/package.json b/package.json index 72162abc..88d08ec8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "131.6.0", + "version": "131.6.1", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {