Compare commits

..

1 commit

Author SHA1 Message Date
Slincnik
60ecbd38f1
Merge be5722bb01 into 5a30a64230 2024-12-08 20:11:58 +05:00
2 changed files with 2 additions and 1 deletions

View file

@ -5,6 +5,7 @@ JaBa is an open source Discord Bot written by [Jonny_Bro](https://github.com/Jon
[![image](https://img.shields.io/discord/892727526911258654?logo=discord&&colorB=00BFFF&label=Discord&style=flat-square)](https://discord.gg/Ptkj2n9nzZ)
[![image](https://img.shields.io/badge/discord.js-v14.14.1-blue.svg?logo=npm)](https://github.com/discordjs/discord.js)
[![image](https://www.codefactor.io/repository/github/JonnyBro/JaBa/badge)](https://www.codefactor.io/repository/github/JonnyBro/JaBa)
[![image](https://img.shields.io/github/license/JonnyBro/JaBa?label=License&style=flat-square)](https://github.com/JonnyBro/JaBa/blob/main/LICENSE)
## Functionality

View file

@ -63,7 +63,7 @@ class Shorturl extends BaseCommand {
}).then(res => res.json());
interaction.editReply({
content: `<${res.shortLink}>`,
content: `<https://s.jonnybro.ru/${res.link.slug}>`,
});
}
}