nodbot/commands/oldgif.js

7 lines
139 B
JavaScript
Raw Normal View History

2021-07-16 15:50:54 +00:00
module.exports = {
name: 'oldgif',
description: '',
execute(message, file) {
message.channel.send('https://imgur.com/a/IMxDZZ7');
}
}