nice clean
This commit is contained in:
parent
866c16cf0e
commit
9dbf0cabcd
2
index.js
2
index.js
@ -95,5 +95,5 @@ client.on(Events.InteractionCreate, async interaction => {
|
||||
|
||||
client.login(process.env.DISCORD_TOKEN);
|
||||
|
||||
const displayerIntervalMs = Number(process.env.DISPLAYER_INTERVAL_MS || 1000);
|
||||
const displayerIntervalMs = Number(process.env.DISPLAYER_INTERVAL_MS || 120000);
|
||||
setInterval(() => { update(client); }, displayerIntervalMs);
|
||||
Loading…
x
Reference in New Issue
Block a user