mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 06:03:04 -04:00
design changes
This commit is contained in:
parent
8a973d95a8
commit
dc6d3a0f19
4 changed files with 16 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
|||
const { COLORS } = require('../constants')
|
||||
const { COLORS, SUPPORT_ARTICLES } = require('../constants')
|
||||
const { STATIC_ICONS, STATICS, STATIC_ASSETS } = require('./statics')
|
||||
|
||||
const embedTypes = Object.freeze({
|
||||
|
@ -65,7 +65,7 @@ const embedTypes = Object.freeze({
|
|||
author: {
|
||||
iconUrl: STATIC_ICONS.adult,
|
||||
name: `This command is only available in Age Restricted channels.`,
|
||||
url: `https://support.discord.com/hc/en-us/articles/115000084051-Age-Restricted-Channels-and-Content`
|
||||
url: `https://support.discord.com/hc/en-us/articles/${SUPPORT_ARTICLES.AGE_RESTRICTED_CHANNELS}`
|
||||
},
|
||||
color: COLORS.nsfw
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue