From bd55939d4bcc247fb38e73a33869af2c52a5e3f0 Mon Sep 17 00:00:00 2001 From: vulet Date: Sun, 17 May 2020 01:01:56 +0800 Subject: [PATCH] feat(cmd): update help && style(json): remove events --- commands/help.js | 3 ++- notification.json | 1 - timeline.json | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/commands/help.js b/commands/help.js index f12b042..f9973e4 100644 --- a/commands/help.js +++ b/commands/help.js @@ -6,7 +6,8 @@ exports.runQuery = function (matrixClient, room) { + '+fren [user id] : follow
' + '+unfren [user id] : unfollow
' + '+copy [post id] : repeat/repost/retweet
' - + '+reply [post id] : reply to post
' + + '+reply [post id] [content] : reply to post
' + + '+tip [@user@fedi.url] [amount] : tip 10grans' + '+clap [post id] : favorite
' + '+boo [post id] : unfavorite' + '
channel commands
' diff --git a/notification.json b/notification.json index a5631fe..e69de29 100644 --- a/notification.json +++ b/notification.json @@ -1 +0,0 @@ -2020-05-16T15:16:56.000Z \ No newline at end of file diff --git a/timeline.json b/timeline.json index 520f7fa..e69de29 100644 --- a/timeline.json +++ b/timeline.json @@ -1 +0,0 @@ -2020-05-16T16:28:32.000Z \ No newline at end of file