Skip to content
Extraits de code Groupes Projets
Valider 71d3b0b7 rédigé par Will Hunt's avatar Will Hunt
Parcourir les fichiers

Decrease presence timer

parent 3a251e17
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -15,7 +15,7 @@ import * as path from "path";
// messages get delayed from discord.
const MSG_PROCESS_DELAY = 750;
const MATRIX_TO_LINK = "https://matrix.to/#/";
const PRESENCE_UPDATE_DELAY = 60000; // Synapse updates in 30 intervals.
const PRESENCE_UPDATE_DELAY = 60000 - 5000; // Synapse updates in 55 second intervals.
class ChannelLookupResult {
public channel: Discord.TextChannel;
public botUser: boolean;
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter