Skip to content

Commit 9cb1f08

Browse files
authored
Merge pull request #18 from devsecblueprint/17-update-job-poster-to-use-actively-looking-role
Changing Role from @everyone to Actively Looking
2 parents c5adebb + a8eea15 commit 9cb1f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdas/discord-bot/src/handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def process_all_jobs(channel_id: str):
104104
job_title = item["title"]["S"]
105105
company_name = item["companyName"]["S"]
106106

107-
message = f"Hello @everyone - check this new job information below:\n\nTitle: {job_title}\nCompany Name: {company_name}\nLink: {link}"
107+
message = f"Hello @Actively Looking - check this new job information below:\n\nTitle: {job_title}\nCompany Name: {company_name}\nLink: {link}"
108108
try:
109109
if check_messages_in_discord([message], channel_id):
110110
send_message_to_channel(channel_id, message)

0 commit comments

Comments
 (0)