Skip to content

Commit

Permalink
fdsafdsafdsafdsafdsafdsafds
Browse files Browse the repository at this point in the history
  • Loading branch information
coopeeo authored Mar 26, 2024
1 parent d8d7a5a commit d7de8c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/DOWNLOAD_FILE.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def save(clickName, folderName, ee):

try:
match = re.search(r'\s*?### Add Pack\s*?(\S+)\s*?', issue_body)
match3 = re.search(r'\s*?### Add Pack\s*?(\S+)\s*?', issue_body)
match3 = re.search(r'\s*?### Type of Click Sound\s*?(\S+)\s*?', issue_body)
match2 = re.search(r'### Click Sound Name\s\s(.+)', issue_body)
time.sleep(2)
if match and match2 and match3:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ body:
- type: dropdown
id: type
attributes:
label: Type Of Click Sound
label: Type of Click Sound
description: Choose what type your Click Sound is. is it useful or is it a meme sound?
options:
- Useful
Expand Down

0 comments on commit d7de8c0

Please sign in to comment.