{ "addFeed": { "command": "add-feed", "description": "Add an RSS feed to be posted in a channel, with an optional role to tag", "syntax": "add-feed <#channel> [@role]", "admin": true }, "removeFeed": { "command": "remove-feed", "description": "Remove an RSS feed by it's ID", "syntax": "remove-feed ", "admin": true }, "viewFeeds": { "command": "view-feeds", "description": "View a list of configured feeds and their associated details", "syntax": "view-feed", "admin": true } }