zfbx / zdiscord

A Discord bot that runs in FiveM for the purpose of whitelisting, moderation and utilties using discord.js
Other
211 stars 79 forks source link

[BUG] DELAY PLAYER ONLINE #22

Closed xenfovn closed 2 years ago

xenfovn commented 2 years ago

CURRENT PLAYER NUMBER INSIDE BOT NAME FREQUENTLY DELAY OR UPDATE SLOWLY
image BUT MY SERVER 5 PLAYERS

zfbx commented 2 years ago

For starters, why are you yelling? x_x Second, there's missing information in your ticket, I put a lot of work into those templates D;

and to answer your question, the status message updates every 30 seconds, if you'd like it to update more frequently change the 30000 in /events/ready.js at the bottom to something lower like 10 seconds ( 10000 ) *It's in milliseconds btw (1sec = 1000ms)