Added lampadaferens

imgbot
Kieran 2022-06-08 13:54:02 +01:00
parent 88dac610d1
commit 0460f9b817
1 changed files with 15 additions and 0 deletions

15
commands/fun/torch.js Normal file
View File

@ -0,0 +1,15 @@
const discord = require("discord.js");
module.exports = {
name: "lampadaferens",
aliases: [''],
/**
*
* @param {Client} client
* @param {Message} message
* @param {String[]} args
*/
run: async (client, message, args) => {
message.channel.send('https://th.bing.com/th/id/R.b938157fa7b152a1109aede2091f6b72?rik=%2f3u0RlNpTY1JDw&pid=ImgRaw&r=0')
},
};