mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 05:04: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 question = interaction.options.getString("question");
|
||||||
const embed = new EmbedBuilder()
|
const embed = new EmbedBuilder()
|
||||||
.setAuthor({
|
|
||||||
name: client.user.getUsername(),
|
|
||||||
iconURL: client.user.displayAvatarURL(),
|
|
||||||
})
|
|
||||||
.setFields(
|
.setFields(
|
||||||
{
|
{
|
||||||
name: interaction.translate("fun/8ball:QUESTION"),
|
name: interaction.translate("fun/8ball:QUESTION"),
|
||||||
|
|
Loading…
Reference in a new issue