김민욱

change for db_control location code

...@@ -117,10 +117,7 @@ function handleMessage(message, current_channel){ ...@@ -117,10 +117,7 @@ function handleMessage(message, current_channel){
117 bot.postMessageToChannel(current_channel, `I have ${jokeTypes[0]}, ${jokeTypes[1]}, ${jokeTypes[2]},${jokeTypes[3]},${jokeTypes[4]} jokes!! :thumbsup: :thumbsup:`, emoji.emojis('thumbsup')); 117 bot.postMessageToChannel(current_channel, `I have ${jokeTypes[0]}, ${jokeTypes[1]}, ${jokeTypes[2]},${jokeTypes[3]},${jokeTypes[4]} jokes!! :thumbsup: :thumbsup:`, emoji.emojis('thumbsup'));
118 return; 118 return;
119 } 119 }
120 - //else if(message.inculdes(' write')) 120 +
121 - //{
122 - // MakeJoke(message);
123 - //}
124 /*else{ 121 /*else{
125 comment = "Sorry I'm not smart enough to understand this.....\nPlease use @joker help to know what I can do!"; 122 comment = "Sorry I'm not smart enough to understand this.....\nPlease use @joker help to know what I can do!";
126 bot.postMessageToChannel(current_channel, comment, emoji.emojis('flushed')); 123 bot.postMessageToChannel(current_channel, comment, emoji.emojis('flushed'));
......