From 44caa11f7c613399193c2bca85e72fc194887d39 Mon Sep 17 00:00:00 2001 From: Logan Cusano Date: Sat, 17 Jun 2023 21:28:33 -0400 Subject: [PATCH] Fixed typo in remove description --- Server/commands/remove.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/commands/remove.js b/Server/commands/remove.js index 42e31a1..b343e86 100644 --- a/Server/commands/remove.js +++ b/Server/commands/remove.js @@ -7,7 +7,7 @@ const log = new DebugBuilder("server", "remove"); module.exports = { data: new SlashCommandBuilder() .setName('remove') - .setDescription('Remove an RSS source by it\' title') + .setDescription('Remove an RSS source by it\'s title') .addStringOption(option => option.setName('title') .setDescription('The title of the source to remove')