Rename function
This commit is contained in:
parent
0a7400e14a
commit
5dc414ed9e
1 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@ async def transcribesphinx(inter: disnake.ApplicationCommandInteraction, message
|
||||||
await inter.edit_original_message(content=f'an error appears to have occoured please report it to the developer: {e}')
|
await inter.edit_original_message(content=f'an error appears to have occoured please report it to the developer: {e}')
|
||||||
|
|
||||||
@bot.message_command(name="Transcribe Using DeepSpeech")
|
@bot.message_command(name="Transcribe Using DeepSpeech")
|
||||||
async def transcribesphinx(inter: disnake.ApplicationCommandInteraction, message: disnake.Message):
|
async def transcribedeepspeech(inter: disnake.ApplicationCommandInteraction, message: disnake.Message):
|
||||||
try:
|
try:
|
||||||
await inter.response.defer(ephemeral='true')
|
await inter.response.defer(ephemeral='true')
|
||||||
await message.attachments[0].save("audio.ogg")
|
await message.attachments[0].save("audio.ogg")
|
||||||
|
|
Loading…
Reference in a new issue