From a3f1282d32c2f65713b753208491de3c6714f3bd Mon Sep 17 00:00:00 2001 From: KieranRobson Date: Mon, 27 Jun 2022 14:34:43 +0100 Subject: [PATCH] Typos --- SlashCommands/general/buy.js | 2 +- SlashCommands/general/robsoc.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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]}); },