mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-10 07:03:08 -04:00
lottie stickers live on cdn not media
This commit is contained in:
parent
97a654c1ed
commit
7ee6339780
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ module.exports = {
|
|||
if(msg.stickerItems.length){
|
||||
let s = msg.stickerItems.first()
|
||||
if(s.formatType == 3) return editOrReply(context, createEmbed("default", context, {
|
||||
description: `${icon("sticker")} **${s.name}**\n\nhttps://media.discordapp.net/stickers/${s.id}.json`,
|
||||
description: `${icon("sticker")} **${s.name}**\nhttps://cdn.discordapp.com/stickers/${s.id}.json`,
|
||||
}))
|
||||
return editOrReply(context, createEmbed("default", context, {
|
||||
description: `${icon("sticker")} **${s.name}**`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue