Skip to content

Commit

Permalink
README Fix & Discord Username in Console
Browse files Browse the repository at this point in the history
  • Loading branch information
entraptaa committed Oct 13, 2023
1 parent 62be5bb commit 2879049
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# FN-RPC
Display your Fortnite Statistics on your Discord Profile!

#### SETUP GUIDE
### SETUP GUIDE

1. Install [Node.JS](https://nodejs.org/en)
2. Run INSTALL PACKAGES.bat
Expand All @@ -10,6 +10,8 @@ Display your Fortnite Statistics on your Discord Profile!
5. Paste in your Epic Games Account ID to the epicID field in settings.json
6. Run start.bat

### [Support Server](https://discord.gg/GvHfG33)

### Common Issues
> The RPC won't connect!
Expand Down
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ async function setStatus(bp, wins, kills, deaths, progress, username) {
}

rpc.on("ready", async () => {
console.log('FN-RPC is now initalized.');
console.log(`FN-RPC is now initalized for Discord User: ${rpc.user.username}.`);
GetStats();
})
});

rpc.login({
clientId: clientID
Expand Down

0 comments on commit 2879049

Please sign in to comment.