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();