Skip to content

Commit

Permalink
Webhook and Updates works
Browse files Browse the repository at this point in the history
  • Loading branch information
Cosmella-v authored Mar 27, 2024
1 parent c825ffd commit 17585e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/issue.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def send_webhook():
if (AlreadyIsHere):
title = f'Updated `{clickName}`'
description = 'Updated '+clickType+' click sound!\n' + description
else
else:
title = f'Added `{clickName}`'
description = 'New '+clickType+' click sound added!\n' + description

Expand Down

0 comments on commit 17585e7

Please sign in to comment.