Skip to content

Instantly share code, notes, and snippets.

@MrMcyeet
Created March 25, 2021 10:38
Show Gist options
  • Select an option

  • Save MrMcyeet/488b6d30522cc56a3bae6e73ce76e631 to your computer and use it in GitHub Desktop.

Select an option

Save MrMcyeet/488b6d30522cc56a3bae6e73ce76e631 to your computer and use it in GitHub Desktop.
{
"name": "arpc",
"version": "1.0.0",
"description": "an automated discord RPC builder made by MrMcyeet <3",
"main": "index.js",
"author": "MrMcyeet",
"license": "ISC",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"dependencies": {
"discord-rpc": "3.1.4"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment