mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 06:33:05 -04:00
update wording on emoji
This commit is contained in:
parent
fef5725365
commit
d72534b39c
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ module.exports = {
|
|||
|
||||
let tagline = ''
|
||||
tagline += `\n${icon("clock")} Created ${timestamp(Snowflake.timestamp(matches[0].id), "f")}`
|
||||
if(context.guild.emojis.find((e)=>e.id == matches[0].id)) tagline += `\n${icon("home")} This emoji is from ${bold(context.guild.name)}`
|
||||
if(context.guild.emojis.find((e)=>e.id == matches[0].id)) tagline += `\n${icon("home")} This custom emoji is from ${bold(context.guild.name)}`
|
||||
|
||||
|
||||
return editOrReply(context, createEmbed("default", context, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue