mirror of
https://github.com/MasterAcnolo/Freedom-Loader.git
synced 2026-07-29 18:25:47 +02:00
Discord RPC
This commit is contained in:
@@ -101,3 +101,6 @@ process.on("SIGTERM", () => { // Capture kill ou arrêt du process
|
||||
|
||||
// Export de la fonction startServer pour permettre son appel depuis d’autres fichiers
|
||||
module.exports = { startServer };
|
||||
|
||||
const { startRPC } = require("./discordRPC");
|
||||
startRPC();
|
||||
|
||||
Reference in New Issue
Block a user