feat: better logged on message

This commit is contained in:
2022-10-31 20:13:07 +01:00
parent 33fbef0f57
commit b87c83f197

View File

@@ -25,7 +25,7 @@ Sern.init({
client.on('ready', async () => {
console.log("logged on!");
console.log("Logged on!");
setInterval(() => {
const statuses = [
{ name: "Minecraft", type: ActivityType.Playing },