Showing
1 changed file
with
3 additions
and
2 deletions
... | @@ -158,7 +158,7 @@ function MakeJoke(message,user_channel){ | ... | @@ -158,7 +158,7 @@ function MakeJoke(message,user_channel){ |
158 | }); | 158 | }); |
159 | } | 159 | } |
160 | }); | 160 | }); |
161 | - comment="Sucess making joke!!:+1::thumbsup:\nWhen you use your joke, please enter @jokebot tell-me-userjoke"; | 161 | + comment="Sucess making joke!!:+1::thumbsup:\nWhen you want to show your joke, please enter @jokebot tell-me-userjoke"; |
162 | bot.postMessageToChannel(user_channel,`${comment}:kissing_heart:`,emoji.emojis('nerd_face')); | 162 | bot.postMessageToChannel(user_channel,`${comment}:kissing_heart:`,emoji.emojis('nerd_face')); |
163 | } | 163 | } |
164 | else{ | 164 | else{ |
... | @@ -171,7 +171,8 @@ function MakeJoke(message,user_channel){ | ... | @@ -171,7 +171,8 @@ function MakeJoke(message,user_channel){ |
171 | } | 171 | } |
172 | console.log('완료'); | 172 | console.log('완료'); |
173 | }); | 173 | }); |
174 | - | 174 | + comment="Sucess making joke!!:+1::thumbsup:\nWhen you want to show your joke, please enter @jokebot tell-me-userjoke"; |
175 | + bot.postMessageToChannel(user_channel,`${comment}:kissing_heart:`,emoji.emojis('nerd_face')); | ||
175 | } | 176 | } |
176 | }) | 177 | }) |
177 | 178 | ... | ... |
-
Please register or login to post a comment