From 379d3b07904e46eb71d91db632240d4b8269ee1f Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Wed, 10 Jun 2020 23:51:42 -0400 Subject: [PATCH] Change aliases --- commands/edit-image/subtitle.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/edit-image/subtitle.js b/commands/edit-image/subtitle.js index 91a8b90c..100c1e37 100644 --- a/commands/edit-image/subtitle.js +++ b/commands/edit-image/subtitle.js @@ -11,7 +11,7 @@ module.exports = class SubtitleCommand extends Command { constructor(client) { super(client, { name: 'subtitle', - aliases: ['sub'], + aliases: ['closed-caption', 'closed-captions', 'cc', 'st'], group: 'edit-image', memberName: 'subtitle', description: 'Adds subtitles to an image.',