From 695a3bd0ee493ef04a0144471a05d9b6f2c86577 Mon Sep 17 00:00:00 2001 From: vulet Date: Mon, 1 Feb 2021 21:21:53 +0800 Subject: [PATCH] chore(readme): styling --- commands/help.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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}
` + + '--- Contributors🐱 ---
' + 'CRYPTOMOONERS
' - + 'docs by LINT
'); + + 'docs by LINT
' +); };