Skip to content

Commit 2879049

Browse files
committed
README Fix & Discord Username in Console
1 parent 62be5bb commit 2879049

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# FN-RPC
22
Display your Fortnite Statistics on your Discord Profile!
33

4-
#### SETUP GUIDE
4+
### SETUP GUIDE
55

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

13+
### [Support Server](https://discord.gg/GvHfG33)
14+
1315
### Common Issues
1416
> The RPC won't connect!
1517

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ async function setStatus(bp, wins, kills, deaths, progress, username) {
3535
}
3636

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

4242
rpc.login({
4343
clientId: clientID

0 commit comments

Comments
 (0)