imgbot
KieranRobson 2022-06-27 14:34:43 +01:00
parent f104516a9b
commit a3f1282d32
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ const { Client, CommandInteraction, MessageEmbed } = require("discord.js");
module.exports = {
name: "buy",
description: "returns mmembership purchase link",
description: "returns membership purchase link",
type: 'CHAT_INPUT',
/**
*

View File

@ -15,7 +15,7 @@ module.exports = {
.setTitle("Robotics Society")
.setColor('BLUE')
.setFooter(`Called By: ${interaction.user.tag}`)
.setDescription('Robotics Society aee a society where you can gain skills in building an actual robot, or get help with your assignments or exams, but they also run social night where they go out to do stuff.')
.setDescription('Robotics Society are a society where you can gain skills in building an actual robot, or get help with your assignments or exams, but they also run social nights where they go out to do stuff.')
.addField('You can join them from below!','https://discord.gg/cMP5CavnK4')
interaction.followUp({ embeds: [embed]});
},