Fix a console log lol

This commit is contained in:
Christopher Cookman 2024-08-19 00:22:48 -06:00
parent 5aa648a757
commit 94c7322944
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

View file

@ -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) => {