Skip to content

Commit

Permalink
remove status
Browse files Browse the repository at this point in the history
  • Loading branch information
Glazelf committed Apr 30, 2024
1 parent 58f3fdf commit bcf933e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion events/ready.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Connected as ${client.user.username}. (${timestamp})`);
};

function initPresence() {
let presence = { activities: [{ name: 'the lake theme', type: Discord.ActivityType.Listening }], status: 'online' };
let presence = { activities: [{ name: 'the lake theme', type: Discord.ActivityType.Listening }] };
return presence;
};

Expand Down

0 comments on commit bcf933e

Please sign in to comment.