Skip to content

Commit

Permalink
change main
Browse files Browse the repository at this point in the history
  • Loading branch information
NoirStar committed Mar 17, 2020
1 parent 1338a53 commit 76ddad8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ function response(room, msg, sender, isGroupChat, replier, ImageDB, packageName,

//로또
if (msg == '.로또') {
replier.reply("**** 행운번호 ****");
replier.reply(lottoM.getLotto());
return;
}
Expand Down

0 comments on commit 76ddad8

Please sign in to comment.