Change rbx_token to ROBLOSECURITY so people actually know what it is
This commit is contained in:
parent
4fb4c02c92
commit
5aa648a757
|
@ -1,4 +1,4 @@
|
|||
RBX_TOKEN=ROBLOSECURITY_Cookie_data
|
||||
ROBLOSECURITY=cookiedata
|
||||
DISCORD_TOKEN=discordtoken
|
||||
CURRENCY="R$"
|
||||
PENDING=":alarm_clock"
|
||||
|
|
2
index.js
2
index.js
|
@ -80,7 +80,7 @@ discord.on('ready', async () => {
|
|||
console.log(`${colors.cyan("[DISCORD")} Logged in as ${discord.user.displayName}`);
|
||||
channel = await discord.channels.cache.get(process.env.SUMMARY_CHANNEL_ID);
|
||||
|
||||
noblox.setCookie(process.env.RBX_TOKEN).then(async (current) => {
|
||||
noblox.setCookie(process.env.ROBLOSECURITY).then(async (current) => {
|
||||
console.log(`${colors.cyan("[ROBLOX]")} Logged in as ${current.displayName}`);
|
||||
console.log(`${colors.cyan("[ROBLOX]")} Fetching group data...`);
|
||||
groupData = await noblox.getGroup(process.env.GROUPID)
|
||||
|
|
Loading…
Reference in a new issue