1
0
mirror of https://github.com/Lightcord/Lightcord.git synced 2025-04-12 00:55:40 +02:00
2020-09-05 13:50:45 -07:00

5 lines
96 B
JavaScript

module.exports = {
RPCIPC: require('./RPCIPC'),
RPCWebSocket: require('./RPCWebSocket'),
};