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-03 21:07:48 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8ac1eace5dd4b1bb4d352807e3c7d6c92a3e2a4a
8ac1eace
1 parent
e0f951f7
change for db_control location code
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
4 deletions
Routers/route.js
Routers/route.js
View file @
8ac1eac
...
...
@@ -117,10 +117,7 @@ function handleMessage(message, current_channel){
bot
.
postMessageToChannel
(
current_channel
,
`I have
${
jokeTypes
[
0
]}
,
${
jokeTypes
[
1
]}
,
${
jokeTypes
[
2
]}
,
${
jokeTypes
[
3
]}
,
${
jokeTypes
[
4
]}
jokes!! :thumbsup: :thumbsup:`
,
emoji
.
emojis
(
'thumbsup'
));
return
;
}
//else if(message.inculdes(' write'))
//{
// MakeJoke(message);
//}
/*else{
comment = "Sorry I'm not smart enough to understand this.....\nPlease use @joker help to know what I can do!";
bot.postMessageToChannel(current_channel, comment, emoji.emojis('flushed'));
...
...
Please
register
or
login
to post a comment