This repository has been archived by the owner on Apr 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathguildInfo.ts
48 lines (48 loc) · 1.51 KB
/
guildInfo.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
export default {
verificationLevels: {
NONE: "No Verification",
LOW: "Low Verification (Verified Email)",
MEDIUM: "Medium Verification (5 Minute Account Age)",
HIGH: "High Verification (10 Minute Waiting Period)",
VERY_HIGH: "Very High Verification (Verified Phone Number)"
},
guildRegions: {
brazil: "Brazil",
europe: "Europe",
singapore: "Singapore",
"us-central": "U.S. Central",
sydney: "Sydney",
"us-east": "U.S. East",
"us-south": "U.S. South",
"us-west": "U.S. West",
"eu-west": "Western Europe",
london: "London",
amsterdam: "Amsterdam",
hongkong: "Hong Kong",
russia: "Russia",
southafrica: "South Africa",
japan: "Japan",
india: "India"
},
guildFeatures: {
AUTO_MODERATION: "Auto Moderation Enabled",
ANIMATED_ICON: "Animated Icon",
BANNER: "Guild Banner",
COMMERCE: "Commerce Channels",
COMMUNITY: "Community Server",
DISCOVERABLE: "Discoverable",
ENABLED_DISCOVERABLE_BEFORE: "Enabled Discoverable Before",
INVITE_SPLASH: "Invite Splash Screen",
MEMBER_VERIFICATION_GATE_ENABLED: "Member Verfication Enabled",
NEWS: "News Channels",
PARTNERED: "Partnered",
PREVIEW_ENABLED: "Preview Enabled",
RELAY_ENABLED: "Relay Enabled",
VANITY_URL: "Vanity URL (discord.gg/{code})",
VERIFIED: "Verified",
VIP_REGIONS: "VIP Regions",
WELCOME_SCREEN_ENABLED: "Welcome Splash Screen",
DEVELOPER_SUPPORT_SERVER: "Developer Support Server",
APPLICATION_COMMAND_PERMISSIONS_V2: "Application Command Permissions V2"
}
};