You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Please describe what motivates you to volunteer as an officer.",
9
-
"Officers set an example for the other members of the guild. This includes moderating our habits of speech in guild chat and refraining from trash-talking even when others are rude. We must know the server rules inside and out and follow them. Our behavior reflects directly upon Castle. Are you willing to hold yourself to the highest standards of decorum even and to take responsibility for the consequences of your decisions as an officer?",
10
-
"While we are allowed to play the game and not be on-duty all the time, being an Officer will consume time. Are you willing to dedicate some of your time to being an Officer of Castle? And do you have the wisdom to set aside time for yourself to enjoy the game?",
11
-
"The complaints and reports we receive are sometimes genuine and sometimes frivolous and false. We need people who will endure the discomfort of dealing diplomatically with reports and be willing to have honest talks with members, mostly 30-to-60-year-old adults, about their misbehavior in a video game. Do you have the maturity to maintain your composure and behave professionally?",
12
-
"Include a list with the name of all your characters that are tagged in the alliance. Once you have filled out this application and created the list please DM this to an officer.",
13
-
],
14
-
"current officers. Each applicant must be approved by 3 current officers and not be opposed by any"
"current officers. Each applicant must be approved by >60% of active officers, >60% of the Guild Management Team, or by the guild leader. This process typically takes less than a week"
"conducting guild invites, keeping the peace, and optionally running non-raid events",
20
-
"any officer",
21
-
[
22
-
"Please describe what motivates you to volunteer as a Guard.",
23
-
"Guards must set a shining example of the guild while interacting with prospective recruits. Are you willing to hold yourself to the highest standards of decorum while representing Castle to new members?",
24
-
"While we should play the game and not be on-duty all the time, being a Guard will indeed consume some of one's game time. Are you willing to dedicate some of your game time to being a Guard of Castle? And do you have the wisdom to set aside time for yourself to enjoy the game?",
25
-
"Please include a list with the name, class and level of all of your characters that are tagged in the alliance. Once you have filled out this application and created the list please DM this to an officer.",
26
-
],
27
-
"current officers, and approved by the Castle Captain of the Guard"
"Please describe what motivates you to volunteer as a Knight. Which aspects of being raid leadership, support and preparation are you interested in or willing to help with?",
36
-
"Knights must set a shining example of the guild while interacting with raiders. Are you willing to hold yourself to the highest standards of decorum while representing Castle to new members?",
37
-
"While we should play the game and not be on-duty all the time, being a Knight will indeed consume some of one's game time. Are you willing to dedicate some of your game time to being a Knight of Castle? And do you have the wisdom to set aside time for yourself to enjoy the game?",
38
-
"Once you have filled out this application, please DM this to an officer.",
39
-
],
40
-
"the current Knight Commander and a conversation ensues regarding what you want to support. Then, current officers vote, and the application is approved by the Castle Knight Commander"
"Banking requires you to perform recordkeeping in various places including google docs and discord threads. Are you willing to dedicate some of your game time to running the guild bank? And do you have the wisdom to set aside time for yourself to enjoy the game?",
49
-
"Banking requires patience and attention to detail. Are you capable of being patient and performing all aspects of banking tasks?",
50
-
"How would you respond to a request by an individual who is not in zone when you log in to fullfill their request?",
51
-
"Once you have filled out this application, please DM this to an officer.",
52
-
],
53
-
"current officers, and approved by the Castle Treasurer"
"Jewlery crafting requires you to perform recordkeeping in various places including google docs and discord threads. Are you willing to dedicate some of your game time to being a guild jewelers? And do you have the wisdom to set aside time for yourself to enjoy the game?",
62
-
"Jewlery crafting requires patience and attention to detail. Are you capable of being patient and performing all aspects of jewelry crafting tasks?",
63
-
"How would you respond to a request by an individual who is not in zone when you log in to fullfill their request?",
64
-
"Once you have filled out this application, please DM this to an officer.",
65
-
],
66
-
"current officers, and approved by the Castle Treasurer"
Copy file name to clipboardExpand all lines: src/features/applications/request-application-button-commands.ts
+7-29Lines changed: 7 additions & 29 deletions
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,7 @@ export class RequestApplication extends ButtonCommand {
12
12
publicconstructor(
13
13
privatereadonlyrole: string,
14
14
privatereadonlydescription: string,
15
-
privatereadonlyhowToApply: string,
16
-
privatereadonlyquestions: string[],
15
+
privatereadonlyformUrl: string,
17
16
privatereadonlyoutcome: string
18
17
){
19
18
super(`request${role}Application`);
@@ -54,35 +53,14 @@ export class RequestApplication extends ButtonCommand {
54
53
}
55
54
56
55
privategetcontent(){
57
-
return`**DO NOT REPLY TO THIS MESSAGE. DM AN OFFICER.**
56
+
return`**DO NOT REPLY TO THIS MESSAGE.**
57
+
58
+
In Castle, leadership and volunteering are duties with no compensation or special privileges. ${this.role}s are tasked with ${this.description}. ${this.role}s may step down at any time.
58
59
59
-
In Castle, leadership and volunteering are duties with no compensation or special privileges. ${
60
-
this.role
61
-
}s are tasked with ${this.description}. ${
62
-
this.role
63
-
}s may step down at any time.
64
-
65
60
**How do I apply to be a ${this.role}?**
66
-
Send a Discord message to ${this.howToApply}${
67
-
this.questions.length>0
68
-
? "with your answers to the following questions"
69
-
: "indicating your interest"
70
-
}.
71
-
72
-
**${this.role} Application**
73
-
${
74
-
this.questions.length>0
75
-
? this.formattedQuestions
76
-
: "There is none! Just send a message."
77
-
}
78
-
79
-
**What happens to an application?**
80
-
${this.role} applications are reviewed by ${
81
-
this.outcome
82
-
}. This process typically takes less than a week.`;
83
-
}
61
+
Fill out the following Google form: ${this.formUrl}.
0 commit comments