Fixed typo in remove description

This commit is contained in:
Logan Cusano
2023-06-17 21:28:33 -04:00
parent dc92b07426
commit 44caa11f7c

View File

@@ -7,7 +7,7 @@ const log = new DebugBuilder("server", "remove");
module.exports = { module.exports = {
data: new SlashCommandBuilder() data: new SlashCommandBuilder()
.setName('remove') .setName('remove')
.setDescription('Remove an RSS source by it\' title') .setDescription('Remove an RSS source by it\'s title')
.addStringOption(option => .addStringOption(option =>
option.setName('title') option.setName('title')
.setDescription('The title of the source to remove') .setDescription('The title of the source to remove')