Skip to content

Commit

Permalink
Add help text about conversions
Browse files Browse the repository at this point in the history
  • Loading branch information
xsduan committed Jan 13, 2018
1 parent 6d87044 commit 61b1f99
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions help/help.js
Original file line number Diff line number Diff line change
Expand Up @@ -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']
]
Expand Down

0 comments on commit 61b1f99

Please sign in to comment.