Skip to content

Commit

Permalink
fix: uwu is not defined
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik K committed Sep 16, 2023
1 parent 571242c commit c816c59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commands/wouldyourather.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ module.exports = {
wouldyourather = shuffle(dbquestions.map((c) => c.msg));
break;
}
uwu("wouldyourather")
const Random = Math.floor(Math.random() * wouldyourather.length);

let ratherembed = new EmbedBuilder()
Expand Down

0 comments on commit c816c59

Please sign in to comment.