diff --git a/commands/help.js b/commands/help.js index 2139fc4..d160760 100644 --- a/commands/help.js +++ b/commands/help.js @@ -1,8 +1,7 @@ exports.runQuery = function (matrixClient, room) { matrixClient.sendHtmlNotice(room.roomId, '', - '
ligh7hau5 version 1.1.0
' - + 'fediverse commands
' + 'fediverse commands' - + '
' + '+post [your message] : post
' + '+redact [post id] : delete post
' + '+follow [user id] : follow
' @@ -22,7 +21,9 @@ exports.runQuery = function (matrixClient, room) { + '+nitter [status URL] : redirect twitter to nitter, also embed tweet
' + '+invidious [video URL] : redirect youtube to invidious, also embed description
' + '+proxy [twitter/youtube]: both +nitter and +invidious commands combined--- Contributors🐱 ---' +); };
' + + `ligh7hau5 version ${require('../package.json').version}'); + + 'docs by LINT
` + + '--- Contributors🐱 ---
' + 'CRYPTOMOONERS
' - + 'docs by LINT