From 0460f9b8175d4018a55a59bb86df87867d9b104a Mon Sep 17 00:00:00 2001 From: Kieran Date: Wed, 8 Jun 2022 13:54:02 +0100 Subject: [PATCH] Added lampadaferens --- commands/fun/torch.js | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 commands/fun/torch.js 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