From 1729263209c6fe6118a9fa8edd47375999fa6399 Mon Sep 17 00:00:00 2001 From: JonnyBro Date: Sat, 18 Dec 2021 19:53:16 +0500 Subject: [PATCH] alias for youtube-comment --- commands/Images/youtube-comment.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/Images/youtube-comment.js b/commands/Images/youtube-comment.js index a57ab236..b49c9d27 100644 --- a/commands/Images/youtube-comment.js +++ b/commands/Images/youtube-comment.js @@ -9,7 +9,7 @@ class YouTubeComment extends Command { dirname: __dirname, enabled: true, guildOnly: false, - aliases: [], + aliases: [ "ytcomment" ], memberPermissions: [], botPermissions: [ "SEND_MESSAGES", "EMBED_LINKS", "ATTACH_FILES" ], nsfw: false,