From 33a262990c00d20424ad11244994403eb036a37e Mon Sep 17 00:00:00 2001 From: vulet Date: Mon, 1 Feb 2021 17:58:17 +0800 Subject: [PATCH] chore(help): update help commands --- commands/help.js | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/commands/help.js b/commands/help.js index f07555c..2139fc4 100644 --- a/commands/help.js +++ b/commands/help.js @@ -1,11 +1,13 @@ exports.runQuery = function (matrixClient, room) { matrixClient.sendHtmlNotice(room.roomId, '', - '
fediverse commands
' - + '+plemara [your message] : post
' + '
ligh7hau5 version 1.1.0
' + + 'fediverse commands
' + + '+post [your message] : post
' + '+redact [post id] : delete post
' + '+follow [user id] : follow
' + '+unfollow [user id] : unfollow
' + + '+media [homeserver image URL or MXC] [optional message] : post media
' + '+copy [post id] : repeat/repost/retweet
' + '+reply [post id] [content] : reply to post
' + '+tip [@user@fedi.url] [amount] : tip 10grans
' @@ -18,7 +20,8 @@ exports.runQuery = function (matrixClient, room) { + '+archive [URL] : archive content
' + '+rearchive [URL] : re-archive content
' + '+nitter [status URL] : redirect twitter to nitter, also embed tweet
' - + '+invidious [video URL] : redirect youtube to invidious, also embed description

' + + '+invidious [video URL] : redirect youtube to invidious, also embed description
' + + '+proxy [twitter/youtube]: both +nitter and +invidious commands combined

' + '
--- Contributors🐱 ---
' + 'CRYPTOMOONERS
' + 'docs by LINT
');