Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김민욱
/
Slack Jokebot
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
1
Network
Create a new issue
Commits
Issue Boards
Authored by
오원석
2019-06-05 14:31:43 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a50d791b5dbc16022fedca449546b67d890de930
a50d791b
1 parent
e9a6296d
r.makingjoke
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
Routers/route.js
Routers/route.js
View file @
a50d791
...
...
@@ -158,7 +158,7 @@ function MakeJoke(message,user_channel){
});
}
});
comment
=
"Sucess making joke!!:+1::thumbsup:\nWhen you
use
your joke, please enter @jokebot tell-me-userjoke"
;
comment
=
"Sucess making joke!!:+1::thumbsup:\nWhen you
want to show
your joke, please enter @jokebot tell-me-userjoke"
;
bot
.
postMessageToChannel
(
user_channel
,
`
${
comment
}
:kissing_heart:`
,
emoji
.
emojis
(
'nerd_face'
));
}
else
{
...
...
@@ -171,7 +171,8 @@ function MakeJoke(message,user_channel){
}
console
.
log
(
'완료'
);
});
comment
=
"Sucess making joke!!:+1::thumbsup:\nWhen you want to show your joke, please enter @jokebot tell-me-userjoke"
;
bot
.
postMessageToChannel
(
user_channel
,
`
${
comment
}
:kissing_heart:`
,
emoji
.
emojis
(
'nerd_face'
));
}
})
...
...
Please
register
or
login
to post a comment