Skip to content

Commit

Permalink
Update ready.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hchoki authored Dec 4, 2023
1 parent d287d9d commit eac1660
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 @@ -3,7 +3,7 @@ const getMessage = require('../resources/steamVRMessages');

module.exports = (client) => {
client.user.setPresence({
activities: [{ name: 'Deprimida porque a Valve não fez nada', type: 4 }],
activities: [{ name: 'Deprimida com a Valve...', type: 4 }],
});

// Send a message every day at 6 PM
Expand Down

0 comments on commit eac1660

Please sign in to comment.