diff --git a/SlashCommands/general/buy.js b/SlashCommands/general/buy.js index 4dfc5ed..17d5065 100644 --- a/SlashCommands/general/buy.js +++ b/SlashCommands/general/buy.js @@ -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', /** * diff --git a/SlashCommands/general/robsoc.js b/SlashCommands/general/robsoc.js index 0b2dae7..f4fecda 100644 --- a/SlashCommands/general/robsoc.js +++ b/SlashCommands/general/robsoc.js @@ -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]}); },