Discord RPC

This commit is contained in:
MasterAcnolo
2025-08-29 13:36:36 +02:00
parent 0d8bddbc20
commit aae9b2866c
4 changed files with 100 additions and 7 deletions

View File

@@ -101,3 +101,6 @@ process.on("SIGTERM", () => { // Capture kill ou arrêt du process
// Export de la fonction startServer pour permettre son appel depuis dautres fichiers
module.exports = { startServer };
const { startRPC } = require("./discordRPC");
startRPC();