Skip to content

Commit a870ff0

Browse files
committed
[#20] help 명령어에 설명 추가
1 parent 7ce46db commit a870ff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/command.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const dbService = require('./db');
55
const getHelpText = function () {
66
let canDoText = '*Can Do*\n';
77
const commandDescText = {
8-
'`JIRA ticket info`': 'JIRA Ticket Key included on message',
8+
'`JIRA ticket info`': `JIRA Ticket Key included on message\n> if \`${jiraService.jiraConfig.jiraOffKey||'!nj'}\` is included, jira info not displayed`,
99
'`Time`': '@helper [time or 시간] [all or 모두 or 국가(country)]\n> country: kr, cn, jp, nl, us(ny, la)',
1010
'`jira-status`': '@helper [jira-status or 지라상태]',
1111
'`conch`': '@helper [conch or 소라고둥] question',

0 commit comments

Comments
 (0)