From 2e119b92191542f0dc951c8b50685354f26161bd Mon Sep 17 00:00:00 2001 From: "Jonny_Bro (Nikita)" Date: Wed, 26 Jul 2023 22:16:03 +0500 Subject: [PATCH] remove author --- commands/Fun/8ball.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/commands/Fun/8ball.js b/commands/Fun/8ball.js index 5658f6f2..4e86e56d 100644 --- a/commands/Fun/8ball.js +++ b/commands/Fun/8ball.js @@ -49,10 +49,6 @@ class Eightball extends BaseCommand { const question = interaction.options.getString("question"); const embed = new EmbedBuilder() - .setAuthor({ - name: client.user.getUsername(), - iconURL: client.user.displayAvatarURL(), - }) .setFields( { name: interaction.translate("fun/8ball:QUESTION"),