mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 19:28:54 -05:00
[General] Add new available guild features in [p]serverinfo (#4678)
* add new available guild features * Remove `ENABLED_DISCOVERABLE_BEFORE` Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
This commit is contained in:
parent
30dc6fe171
commit
e8aef1e923
@ -372,21 +372,24 @@ class General(commands.Cog):
|
|||||||
}
|
}
|
||||||
|
|
||||||
features = {
|
features = {
|
||||||
"PARTNERED": _("Partnered"),
|
|
||||||
"VERIFIED": _("Verified"),
|
|
||||||
"DISCOVERABLE": _("Server Discovery"),
|
|
||||||
"FEATURABLE": _("Featurable"),
|
|
||||||
"COMMUNITY": _("Community"),
|
|
||||||
"PUBLIC_DISABLED": _("Public disabled"),
|
|
||||||
"INVITE_SPLASH": _("Splash Invite"),
|
|
||||||
"VIP_REGIONS": _("VIP Voice Servers"),
|
|
||||||
"VANITY_URL": _("Vanity URL"),
|
|
||||||
"MORE_EMOJI": _("More Emojis"),
|
|
||||||
"COMMERCE": _("Commerce"),
|
|
||||||
"NEWS": _("News Channels"),
|
|
||||||
"ANIMATED_ICON": _("Animated Icon"),
|
"ANIMATED_ICON": _("Animated Icon"),
|
||||||
"BANNER": _("Banner Image"),
|
"BANNER": _("Banner Image"),
|
||||||
|
"COMMERCE": _("Commerce"),
|
||||||
|
"COMMUNITY": _("Community"),
|
||||||
|
"DISCOVERABLE": _("Server Discovery"),
|
||||||
|
"FEATURABLE": _("Featurable"),
|
||||||
|
"INVITE_SPLASH": _("Splash Invite"),
|
||||||
"MEMBER_LIST_DISABLED": _("Member list disabled"),
|
"MEMBER_LIST_DISABLED": _("Member list disabled"),
|
||||||
|
"MEMBER_VERIFICATION_GATE_ENABLED": _("Membership Screening enabled"),
|
||||||
|
"MORE_EMOJI": _("More Emojis"),
|
||||||
|
"NEWS": _("News Channels"),
|
||||||
|
"PARTNERED": _("Partnered"),
|
||||||
|
"PREVIEW_ENABLED": _("Preview enabled"),
|
||||||
|
"PUBLIC_DISABLED": _("Public disabled"),
|
||||||
|
"VANITY_URL": _("Vanity URL"),
|
||||||
|
"VERIFIED": _("Verified"),
|
||||||
|
"VIP_REGIONS": _("VIP Voice Servers"),
|
||||||
|
"WELCOME_SCREEN_ENABLED": _("Welcome Screen enabled"),
|
||||||
}
|
}
|
||||||
guild_features_list = [
|
guild_features_list = [
|
||||||
f"\N{WHITE HEAVY CHECK MARK} {name}"
|
f"\N{WHITE HEAVY CHECK MARK} {name}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user