Skip to content

Commit

Permalink
Merge pull request #9 from Senlar/main
Browse files Browse the repository at this point in the history
(fix) Bot not staying in sync (429 error) aka discord was rate limiting message edits due to newer restrictions
  • Loading branch information
TheONLYGod1 committed Jan 29, 2022
2 parents ab5a794 + 3f10ab6 commit e5ae903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/bot.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ exports.start = function(SETUP) {
const BUG_CHANNEL = SETUP.BUG_CHANNEL;
const BUG_LOG_CHANNEL = SETUP.BUG_LOG_CHANNEL;
const LOG_CHANNEL = SETUP.LOG_CHANNEL;
const UPDATE_TIME = 2500; // in ms
const UPDATE_TIME = 10000; // in ms

var TICK_N = 0;
var MESSAGE;
Expand Down

0 comments on commit e5ae903

Please sign in to comment.