mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 05:04:58 +05:00
упси
This commit is contained in:
parent
91096cd678
commit
0046828464
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ class Activity extends BaseCommand {
|
||||||
.addOptions(activities)
|
.addOptions(activities)
|
||||||
);
|
);
|
||||||
|
|
||||||
await interaction.reply({
|
await interaction.editReply({
|
||||||
content: interaction.translate("general/activity:AVAILABLE_ACTIVITIES"),
|
content: interaction.translate("general/activity:AVAILABLE_ACTIVITIES"),
|
||||||
components: [row]
|
components: [row]
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue