design changes

This commit is contained in:
derpystuff 2023-11-04 18:22:25 +01:00
parent 8a973d95a8
commit dc6d3a0f19
4 changed files with 16 additions and 9 deletions

View file

@ -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
}