diff --git a/commands/Fun/8ball.js b/commands/Fun/8ball.js index ec678bfc..5658f6f2 100644 --- a/commands/Fun/8ball.js +++ b/commands/Fun/8ball.js @@ -49,7 +49,6 @@ class Eightball extends BaseCommand { const question = interaction.options.getString("question"); const embed = new EmbedBuilder() - .setTitle(interaction.translate("fun/8ball:DESCRIPTION")) .setAuthor({ name: client.user.getUsername(), iconURL: client.user.displayAvatarURL(),