|
|
|
@ -36,7 +36,7 @@ class Extension: |
|
|
|
traceback.print_exc() |
|
|
|
pass |
|
|
|
|
|
|
|
embed: discord.Embed = player.embedNext() |
|
|
|
embed: discord.Embed = player.embedNext |
|
|
|
if file and filename: |
|
|
|
embed.set_image(url=f"attachment://{filename}") |
|
|
|
return await interaction.followup.send(embed=embed, file=file, ephemeral=False) |
|
|
|
|