-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathappSettings.json
More file actions
53 lines (53 loc) · 3.57 KB
/
appSettings.json
File metadata and controls
53 lines (53 loc) · 3.57 KB
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
49
50
51
52
53
{
"token": "[SET THIS KEY WITH BOT TOKEN]",
"server": "[SET THIS KEY WITH DISC SERVER ID]",
"guildName": "Sharp and Shiny",
"guildColor": "#60b5bc",
"apply": "[SET THIS KEY WITH DISC CHANNEL ID]",
"applications-new": "[SET THIS KEY WITH DISC CHANNEL ID]",
"applications-archived": "[SET THIS KEY WITH DISC CHANNEL ID]",
"application-chats-archived": "[SET THIS KEY WITH DISC CHANNEL ID]",
"applications-log": "[SET THIS KEY WITH DISC CHANNEL ID]",
"leadership": "[SET THIS KEY WITH DISC ROLE ID]",
"applicant": "[SET THIS KEY WITH DISC ROLE ID]",
"community": "[SET THIS KEY WITH DISC ROLE ID]",
"reserve": "[SET THIS KEY WITH DISC ROLE ID]",
"admin": "[SET THIS KEY WITH DISC ROLE ID]",
"bot": "[SET THIS KEY WITH DISC ROLE ID]",
"everyone": "[SET THIS KEY WITH DISC ROLE ID]",
"appAcceptedMessage": "Welcome! You've been accepted!",
"communityProposalMessage": "We're unable to accept your app for a raid position at this time. However, we would love to have you as a community member if you wish to stick around. Check yes below if you wish to accept. Please reach out if you have any questions regarding this decision.",
"communityProposalAcceptedMessage": "You've been accepted as a community member!",
"communityProposalDeclinedMessage": "Thank you again for applying. Please check out the server community Discord if you’d like to find other guilds to apply to: https://discord.gg/blahBlah",
"reserveProposalMessage": "We're unable to accept your app for a raid position at this time. However, we can slot you as a reserve if desired. Reserve members are prioritized to transition to raider as raid slots become available. Check yes below if you wish to accept. Please reach out if you have any questions.",
"reserveProposalAcceptedMessage": "We don't have room on the roster at the moment, but we would love to accept you as a reserve member.",
"reserveProposalDeclinedMessage": "Thank you again for applying. Please check out the server community Discord if you’d like to find other guilds to apply to: https://discord.gg/blahBlah",
"appDeniedMessage": "Sorry. Your application has been denied.",
"guildLinksForAcceptedMessages": {
"Set these to whatever you want:": "www.someguildsite.com",
"Add whatever, for example, link to roster:": "www.theroster.com",
"Or perhaps a link to related Discord servers:": "https://discord.gg/blahBlah"
},
"importantReadOnlyChannels": {
"charter": "[SET THIS KEY WITH DISC CHANNEL ID]",
"schedule": "[SET THIS KEY WITH DISC CHANNEL ID]",
"raidiquette": "[SET THIS KEY WITH DISC CHANNEL ID]"
},
"questions": {
"1": "What's your in-game name?",
"2": "Class?",
"3": "Race?",
"4": "Level?",
"5": "Professions?",
"6": "What spec will you be playing? Link from a talent calculator (https://classic.wowhead.com/talent-calc)",
"7": "Are you coming from another guild? If so, which guild and why are you leaving?",
"8": "How did you hear about Sharp and Shiny, and what made you apply?",
"9": "How extensive is your organized raiding experience? The more details the better",
"10": "Do you have parses on warcraftlogs? If so, please provide a link.",
"11": "What do you think is more important for a successful PvE progression guild: attitude or skill? Why?",
"12": "When are your usual playtimes? What occupies the bulk of your time in-game? (PvP, PvE, RP, etc.)",
"13": "We are on an RP-PvE server, but as a guild, we do not participate in RP. Is this in any way an issue?",
"14": "Do you have a referral or know anyone in the guild?",
"15": "Calzones or strombolis?"
}
}