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