mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-21 20:54:58 +05:00
remove author
This commit is contained in:
parent
2ca991cb39
commit
2e119b9219
1 changed files with 0 additions and 4 deletions
|
@ -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"),
|
||||
|
|
Loading…
Reference in a new issue