Fix a console log lol
This commit is contained in:
parent
5aa648a757
commit
94c7322944
2
index.js
2
index.js
|
@ -77,7 +77,7 @@ var webhook;
|
||||||
var message;
|
var message;
|
||||||
var channel;
|
var channel;
|
||||||
discord.on('ready', async () => {
|
discord.on('ready', async () => {
|
||||||
console.log(`${colors.cyan("[DISCORD")} Logged in as ${discord.user.displayName}`);
|
console.log(`${colors.cyan("[DISCORD]")} Logged in as ${discord.user.displayName}`);
|
||||||
channel = await discord.channels.cache.get(process.env.SUMMARY_CHANNEL_ID);
|
channel = await discord.channels.cache.get(process.env.SUMMARY_CHANNEL_ID);
|
||||||
|
|
||||||
noblox.setCookie(process.env.ROBLOSECURITY).then(async (current) => {
|
noblox.setCookie(process.env.ROBLOSECURITY).then(async (current) => {
|
||||||
|
|
Loading…
Reference in a new issue