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')