add icon for RAPIDASH_TEST
This commit is contained in:
parent
a22d9aad1e
commit
6b6bb1bd79
1 changed files with 2 additions and 0 deletions
|
@ -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>",
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue