remove author

This commit is contained in:
Jonny_Bro (Nikita) 2023-07-26 22:16:03 +05:00
parent 2ca991cb39
commit 2e119b9219

View file

@ -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"),