QoL stuff

This commit is contained in:
Christopher Cookman 2022-07-23 22:16:00 -06:00
parent 6743ed636b
commit 77cc592161
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

View file

@ -65,5 +65,5 @@ bot.on("messageCreate", (msg) => {
msg.crosspost();
}
})
console.clear(); //Just makes shit look good, if you don't like it, remove it
bot.login(config.discord.token);