Fixed typo in remove description
This commit is contained in:
@@ -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')
|
||||||
|
|||||||
Reference in New Issue
Block a user