diff --git a/commands/fun/torch.js b/commands/fun/torch.js new file mode 100644 index 0000000..8c6b7cd --- /dev/null +++ b/commands/fun/torch.js @@ -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') + }, +}; \ No newline at end of file