From 61b1f9979d0ce852aa42600d758a7bfa3d2aa47a Mon Sep 17 00:00:00 2001 From: Shane Duan Date: Sat, 13 Jan 2018 02:47:09 -0800 Subject: [PATCH] Add help text about conversions --- help/help.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/help/help.js b/help/help.js index e7eadba..d2b24f8 100644 --- a/help/help.js +++ b/help/help.js @@ -15,11 +15,12 @@ var cfg = require('config') const help = [ ['x,z,p[phonetic] or x,z,p/phonemic/', - 'Converts XSAMPA, ZSAMPA, or APIE to IPA. Hopefully.'], - [cfg.get('prefix') + 'xsampa, ' + cfg.get('prefix') + 'zsampa, or ' + cfg.get('prefix') + 'apie', - 'Converts the rest of the message into their respective formats.'], + 'Converts XSAMPA, ZSAMPA, or APIE. Hopefully.'], [cfg.get('prefix') + 'help', 'Reply with this message.'], + ['About these conversions', `https://en.wikipedia.org/wiki/X-SAMPA +http://www.kneequickie.com/kq/Z-SAMPA +https://pastebin.com/TEwBxfF5`], ['\u200B', 'found a bug or want to suggest a feature?\ngithub: https://github.com/xsduan/conniebot'] ]