fixing add title to discord rss feed load

This commit is contained in:
John Facey
2021-12-03 17:21:57 -06:00
parent fd54151eb0
commit e409b48238

View File

@@ -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];