|
37 | 37 | "NEW_THREAD_PERMISSIONS": _("Enabled new thread permissions"),
|
38 | 38 | "ROLE_ICONS": _("Role icons"),
|
39 | 39 | "DISCOVERABLE_DISABLED": _("Cannot be in Server Discovery"),
|
| 40 | + "MEMBER_VERIFICATION_GATE_ENABLED": _("Membership screening (Rules screening)"), |
| 41 | + "AUTO_MODERATION": _("Auto moderation enabled"), |
| 42 | + "TEXT_IN_VOICE_ENABLED": _("Text in voice channels"), |
40 | 43 | # Docs from https://github.com/vDelite/DiscordLists:
|
41 | 44 | "PREVIEW_ENABLED": _('Preview enabled ("Lurkable")'),
|
42 |
| - "MEMBER_VERIFICATION_GATE_ENABLED": _("Member verification gate enabled"), |
43 | 45 | "MEMBER_LIST_DISABLED": _("Member list disabled"),
|
44 | 46 | "PREMIUM_TIER_3_OVERRIDE": _("Permanent level 3 boost"),
|
45 | 47 | "MEMBER_PROFILES": _("Server profiles"),
|
46 | 48 | "CHANNEL_BANNER": _("Channel banner"),
|
| 49 | + "BOT_DEVELOPER_EARLY_ACCESS": _("Early access for bot/lib devs"), |
| 50 | + "INTERNAL_EMPLOYEE_ONLY": _("Only for discord employees"), |
| 51 | + "GUILD_HOME_TEST": _("Home feature access"), |
| 52 | + "HAD_EARLY_ACTIVITIES_ACCESS": _("Bypass voice channel activities requirements"), |
| 53 | + "HAS_DIRECTORY_ENTRY": _("In a student hub"), |
| 54 | + "HUB": _("Student hub"), |
| 55 | + "ROLE_SUBSCRIPTIONS_ENABLED": _("Role subscriptions"), |
| 56 | + "ROLE_SUBSCRIPTIONS_AVAILABLE_FOR_PURCHASE": _("Members can purchase roles"), |
47 | 57 | # im honestly idk what the fuck that shit means, and discord doesnt provides much docs,
|
48 | 58 | # so if you see that on your server while using my cog - idk what the fuck is that and how it got there,
|
49 | 59 | # ask discord to write fucking docs already
|
|
53 | 63 | "FORCE_RELAY": _(
|
54 | 64 | "Shards connections to the guild to different nodes that relay information between each other."
|
55 | 65 | ),
|
| 66 | + "EXPOSED_TO_ACTIVITIES_WTP_EXPERIMENT": _("Activities baseline engagement bundle"), |
56 | 67 | }
|
57 | 68 |
|
58 | 69 | ACTIVITY_TYPES = {
|
|
0 commit comments