We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c5adebb + a8eea15 commit 9cb1f08Copy full SHA for 9cb1f08
lambdas/discord-bot/src/handler.py
@@ -104,7 +104,7 @@ def process_all_jobs(channel_id: str):
104
job_title = item["title"]["S"]
105
company_name = item["companyName"]["S"]
106
107
- message = f"Hello @everyone - check this new job information below:\n\nTitle: {job_title}\nCompany Name: {company_name}\nLink: {link}"
+ message = f"Hello @Actively Looking - check this new job information below:\n\nTitle: {job_title}\nCompany Name: {company_name}\nLink: {link}"
108
try:
109
if check_messages_in_discord([message], channel_id):
110
send_message_to_channel(channel_id, message)
0 commit comments