Skip to content

Commit

Permalink
Shuffle example
Browse files Browse the repository at this point in the history
  • Loading branch information
TEGRAXD committed Aug 22, 2024
1 parent 2209ce1 commit f4b1a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ const controller = client.laurentina.getController("guildID");

if (!controller) return;

const shuffleMode = controller.shuffleMode();
const shuffleMode = controller.toggleShuffle();
```
- Get Queue
Expand Down

0 comments on commit f4b1a73

Please sign in to comment.