icon changes

This commit is contained in:
derpystuff 2023-09-25 23:34:27 +02:00
parent 42db233436
commit dd7662c354
2 changed files with 3 additions and 2 deletions

View file

@ -117,7 +117,7 @@ module.exports = {
}
embed.fields.push({
name: `${icon("rocket")} Embedded Activity`,
name: `${icon("activity")} Embedded Activity`,
value: content.join('\n').substr(0,1024),
inline: true
})