Skip to content

Commit

Permalink
fix : Change alarm format
Browse files Browse the repository at this point in the history
  • Loading branch information
cocoquiet committed May 24, 2022
1 parent 9982796 commit 2850d05
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file added alarm.mp3
Binary file not shown.
Binary file removed alarm.wav
Binary file not shown.
2 changes: 1 addition & 1 deletion cogs/open.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class Open(Cog):
def __init__(self, bot):
self.bot = bot
pygame.mixer.init()
pygame.mixer.music.load('alarm.wav')
pygame.mixer.music.load('alarm.mp3')

@slash_command(name='열렸나요')
async def isopen(self, ctx):
Expand Down

0 comments on commit 2850d05

Please sign in to comment.