mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 06:03:04 -04:00
migrate to new emoji
This commit is contained in:
parent
e1d0ce9b6f
commit
10aa127e35
2 changed files with 193 additions and 191 deletions
|
@ -62,7 +62,7 @@ module.exports.editOrReply = function(context, message, disableReference = false
|
|||
if(message.content){
|
||||
if(message.embeds && message.embeds.length <= 4){
|
||||
message.embeds.unshift({
|
||||
description: `<:incognito:1250198171859161199> This response has been made incognito due to ${BLOCK_REASONS[errorData.code].message}.`,
|
||||
description: `${icon("flask_incognito")} This response has been made incognito due to ${BLOCK_REASONS[errorData.code].message}.`,
|
||||
color: COLORS.incognito
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue