mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-12-29 14:53:03 +05:00
Compare commits
1 commit
c37789162e
...
60ecbd38f1
Author | SHA1 | Date | |
---|---|---|---|
|
60ecbd38f1 |
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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}>`,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue