module.exports = { name: 'oldgif', description: '', execute(message, file) { message.channel.send('https://imgur.com/a/IMxDZZ7'); } }