diff --git a/src/util/constants.js b/src/util/constants.js index 113989f..d2fb5d8 100644 --- a/src/util/constants.js +++ b/src/util/constants.js @@ -336,6 +336,7 @@ module.exports.GuildFeaturesFormatted = { PUBLIC_DISABLED: {icon: SILK_ICONS.world_delete, deprecated: true}, RAID_ALERTS_DISABLED: {icon: SILK_ICONS.bell_delete}, RAID_ALERTS_ENABLED: {icon: SILK_ICONS.bell, deprecated: true}, + RAPIDASH_TEST: {icon: SILK_ICONS.bug}, RELAY_ENABLED: {icon: SILK_ICONS.transmit_blue, name: "Sharded"}, RESTRICT_SPAM_RISK_GUILDS: {icon: SILK_ICONS.stop, deprecated: true}, ROLE_ICONS: {icon: SILK_ICONS.tag_blue}, @@ -489,6 +490,7 @@ module.exports.Icons = { badges: BADGE_ICONS, online: "<:i:1273105436807139438>", offline: "<:i:1273105449318875228>", + blank: "<:i:1273123564173918268>", boat: "<:i:1273105457661087755>", };