This commit is contained in:
Astra 2018-05-26 18:36:00 -04:00
parent 73396ade4d
commit 1f57127ab9
7 changed files with 881 additions and 0 deletions

1
files/index.js Normal file
View file

@ -0,0 +1 @@
module.exports = require('./core');

1
files/package.json Normal file
View file

@ -0,0 +1 @@
{"name":"discord_desktop_core","version":"0.0.0","private":"true","main":"index.js"}