Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -103,7 +103,7 @@ function handleMessage(message, current_channel){ | ... | @@ -103,7 +103,7 @@ function handleMessage(message, current_channel){ |
103 | Funnystory(current_channel); | 103 | Funnystory(current_channel); |
104 | } | 104 | } |
105 | else if(message.includes(' me')){ | 105 | else if(message.includes(' me')){ |
106 | - comment = "Please use @joker --help to know what I can do!:smiliey::smiliey::smiliey:\n You can write type of joke[knock-knock, general, programming, funny story, reddit]"; | 106 | + comment = "Please use @joker --help to know what I can do!:smile::smile::smile:\n You can write type of joke[knock-knock, general, programming, funny story, reddit]"; |
107 | bot.postMessageToChannel(current_channel, "Tell you what??? :no_mouth:", emoji.emojis('no_mouth')); | 107 | bot.postMessageToChannel(current_channel, "Tell you what??? :no_mouth:", emoji.emojis('no_mouth')); |
108 | bot.postMessageToChannel(current_channel, comment, emoji.emojis('flushed')); | 108 | bot.postMessageToChannel(current_channel, comment, emoji.emojis('flushed')); |
109 | } | 109 | } | ... | ... |
-
Please register or login to post a comment