So I have a discord bot that stores users in-game username and puts it into a text file.
var name1 = {
discordID: 438081715576242176,
apexNAME: test1
}
var name2 = {
discordID: 438081715576242176,
apexNAME: test2
}
like this.
If the user writes !stats then if their discordID matches the writers discordID in discord then send apexNAME.