From 09901b5e58ba146e47868ca040b5c56f0692645e Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Thu, 26 Sep 2024 09:07:26 -0400 Subject: [PATCH] Add aliases --- dot-commands/gif.js | 1 + 1 file changed, 1 insertion(+) diff --git a/dot-commands/gif.js b/dot-commands/gif.js index b9f746a..dc2ff98 100644 --- a/dot-commands/gif.js +++ b/dot-commands/gif.js @@ -9,6 +9,7 @@ const dotenv = require('dotenv').config(); module.exports = { name: 'gif', description: 'Send a GIF', + alias: ['jpg', 'png', 'gifv', 'webm', 'mp4', 'wav', 'wmv', 'webp', 'mp3', 'flac', 'ogg', 'avi', 'mov', 'mpg', 'mpeg', 'mkv', 'flv', 'bmp', 'tiff', 'tif', 'svg', 'ico'], usage: '.gif', async execute(message, commandData) { // if (message.deletable) message.delete();