mirror of
https://github.com/Lightcord/Lightcord.git
synced 2025-04-12 00:55:40 +02:00
5 lines
96 B
JavaScript
5 lines
96 B
JavaScript
module.exports = {
|
|
RPCIPC: require('./RPCIPC'),
|
|
RPCWebSocket: require('./RPCWebSocket'),
|
|
};
|