Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LucienHH committed Aug 16, 2023
1 parent 0e94813 commit 8556364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ portal.use(Modules.inviteOnMessage);
portal.use(Modules.inviteOnMessage, {
// The command to use to invite players (optional - defaults to 'invite')
command: 'invite',
// How often to check for messages (optional - defaults to 1000ms)
// How often to check for messages (optional - defaults to 30000ms)
checkInterval: 30000,
});
```
Expand Down

0 comments on commit 8556364

Please sign in to comment.