Skip to content

Commit

Permalink
fix: more random status
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik K committed Nov 5, 2023
1 parent c5158ac commit ebad543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/events/ready.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const event: Event = {

const setStatus = () => {
if (!client.user) return;
const random = ["Would You Rather", "Truth or Dare", "Would You?"];
const random = ["Would You Rather", "Truth or Dare", "What Would You Do", "Higher or Lower", "Never Have I Ever" ];
client.user.setPresence({
activities: [
{
Expand Down

0 comments on commit ebad543

Please # to comment.