From c816c59679d8ca5088f7009c2b18ab28b3773749 Mon Sep 17 00:00:00 2001 From: Dominik K Date: Sat, 16 Sep 2023 16:08:06 +0200 Subject: [PATCH] fix: uwu is not defined --- src/commands/wouldyourather.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/commands/wouldyourather.js b/src/commands/wouldyourather.js index 4763c3ab..179aace4 100644 --- a/src/commands/wouldyourather.js +++ b/src/commands/wouldyourather.js @@ -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()