@@ -66,43 +66,45 @@ def _build_staff_guide_embed(self) -> discord.Embed:
6666 embed = discord .Embed (
6767 title = "Welcome to the Staff Team" ,
6868 description = (
69- "Welcome to the staff team.\n "
70- "This guide explains your responsibilities, expectations, "
71- "and important rules. Please read everything carefully."
69+ "Hey new staff member, welcome to the team.\n \n "
70+ "Start by visiting this channel and selecting your branch "
71+ "(Core Moderation or Community/Activity):\n \n "
72+ "https://discord.com/channels/1263067254153805905/1413895674705084567/1475200684138696916\n \n "
73+ "Next, review your responsibilities in that message and "
74+ "read through <#1413895674705084567> carefully."
7275 ),
7376 color = 0x000000 ,
7477 timestamp = discord .utils .utcnow (),
7578 )
76- embed .add_field (
77- name = "Responsibilities" ,
78- value = (
79- "Staff members are expected to:\n "
80- "- Help members respectfully\n "
81- "- Enforce server rules fairly\n "
82- "- Report serious issues\n "
83- "- Be active when possible\n "
84- "- Remain professional"
85- ),
86- inline = False ,
87- )
8879 embed .add_field (
8980 name = "Staff Rules" ,
9081 value = (
91- "- Do not abuse permissions.\n "
92- "- Do not leak internal information.\n "
93- "- Treat everyone respectfully.\n "
94- "- Stay impartial.\n "
95- "- Follow management instructions.\n "
96- "- Do not argue publicly with members.\n "
97- "- Use moderation powers only when necessary."
82+ "- Stay active and responsive. Consistency matters more than "
83+ "occasional bursts of activity. In case of inactivity, inform "
84+ "the team beforehand in <#1452608211948408902>.\n "
85+ "- Avoid unnecessary conflicts or arguments. Escalate issues "
86+ "to senior staff whenever needed.\n "
87+ "- Always follow the server rules yourself. Staff members are "
88+ "expected to set the standard.\n "
89+ "- Communicate clearly within staff channels to keep everyone "
90+ "aligned.\n "
91+ "- If you're unsure about something, ask instead of guessing. "
92+ "You can always ping <@955695820999639120>.\n "
93+ "- Respect the staff hierarchy and decisions made by senior "
94+ "moderators and administrators.\n "
95+ "- Do not misuse your permissions under any circumstances. "
96+ "Doing so may result in serious disciplinary action.\n "
97+ "- Keep sensitive staff discussions confidential.\n "
98+ "- Contribute ideas to improve the server whenever possible. "
99+ "Your feedback is valuable."
98100 ),
99101 inline = False ,
100102 )
101103 embed .add_field (
102- name = "Need Help? " ,
104+ name = "You're Ready " ,
103105 value = (
104- "If you have any questions about moderation or staff "
105- "procedures, contact a senior staff member or administrator ."
106+ "Once you've completed the steps above, you're all set to "
107+ "begin your duties as a staff member."
106108 ),
107109 inline = False ,
108110 )
0 commit comments