Skip to content

Commit

Permalink
Update core-Discord.js
Browse files Browse the repository at this point in the history
  • Loading branch information
zeteticl committed Dec 26, 2023
1 parent 70b44e6 commit 2e75bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/core-Discord.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
if (!process.env.DISCORD_CHANNEL_SECRET) {
return;
}
const DELAY = process.env.DISCORDDELAY || 1000 * 0;
const DELAY = process.env.DISCORDDELAY || 1000 * 5;
const agenda = require('../modules/schedule') && require('../modules/schedule').agenda;
const channelSecret = process.env.DISCORD_CHANNEL_SECRET;
const { ClusterManager, HeartbeatManager } = require('discord-hybrid-sharding');
Expand Down

0 comments on commit 2e75bbc

Please sign in to comment.