nodbot/commands/oldgif.js

7 lines
139 B
JavaScript

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