Added Slash Command - lampadaferens

imgbot
KieranRobson 2022-06-27 09:51:14 +01:00
parent f3c7bd62ce
commit 68ff7e850d
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
const { Client, CommandInteraction } = require("discord.js");
module.exports = {
name: "lampadaferens",
description: "Hull University",
type: 'CHAT_INPUT',
/**
*
* @param {Client} client
* @param {CommandInteraction} interaction
* @param {String[]} args
*/
run: async (client, interaction, args) => {
interaction.followUp({ files: ['https://c.tenor.com/N8A8lQ3g0YIAAAAd/chaseatlanticgifs-sarahmcfadyen.gif'] });
},
};