Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamyplayer authored Jun 28, 2021
1 parent 355cdaf commit 7fee764
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const {
RAN_GEN_4,
RAN_GEN_Direct,
RAN_GEN_Shuff,
RAN_REGEX,
RAN_GEN_TOP,
Welcome,
} = require('./Global');
Expand All @@ -28,6 +29,7 @@ setTimeout(() => {
RAN_GEN_3(24),
RAN_GEN_4,
RAN_GEN_Direct,
RAN_REGEX,
RAN_GEN_TOP(24),
RAN_GEN_Shuff(RAN_GEN_1(24)),
RAN_GEN_Shuff(RAN_GEN_2(24)),
Expand Down

0 comments on commit 7fee764

Please sign in to comment.