mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 14:43:05 -04:00
fix tagline
This commit is contained in:
parent
0a3c5ebb5e
commit
88a100abbc
2 changed files with 3 additions and 2 deletions
|
@ -79,8 +79,8 @@ module.exports = {
|
|||
let form = '.png'
|
||||
if(matches[0].animated) form = '.gif'
|
||||
|
||||
const tagline = ''
|
||||
if(context.guild.emojis.find((e)=>e.id == matches[0].id)) tagline == `\nThis emoji is from ${bold(context.guild.name)}`
|
||||
let tagline = ''
|
||||
if(context.guild.emojis.find((e)=>e.id == matches[0].id)) tagline = `\n${icon("house")} This emoji is from ${bold(context.guild.name)}`
|
||||
|
||||
return editOrReply(context, createEmbed("default", context, {
|
||||
description: `${iconPill("emoji", `:${matches[0].name}:`)} ${highlight(`(${matches[0].id})`)}${tagline}`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue