From e409b48238161e9360ee13b008c51d10e98f483b Mon Sep 17 00:00:00 2001 From: John Facey Date: Fri, 3 Dec 2021 17:21:57 -0600 Subject: [PATCH] fixing add title to discord rss feed load --- commands/add.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/add.js b/commands/add.js index 95515cb..8035c51 100644 --- a/commands/add.js +++ b/commands/add.js @@ -6,7 +6,7 @@ module.exports = { execute(message,args) { if (args.length < 2) { - message.reply(`Please use in !get [number] format`); + message.reply(`Please use in !add [title] [https://domain.com/feed.xml] format`); return; } var title = args[0];