mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 05:04:58 +05:00
fix /servers embeds
This commit is contained in:
parent
e65d9adbe1
commit
07658d64d2
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ function generateServersEmbeds(interaction, servers) {
|
||||||
|
|
||||||
const embed = interaction.client.embed({
|
const embed = interaction.client.embed({
|
||||||
title: interaction.translate("owner/servers:SERVERS_LIST"),
|
title: interaction.translate("owner/servers:SERVERS_LIST"),
|
||||||
Description: info,
|
description: info,
|
||||||
});
|
});
|
||||||
|
|
||||||
embeds.push(embed);
|
embeds.push(embed);
|
||||||
|
|
Loading…
Reference in a new issue