change image gen to a reply

pull/11/head
Konstantine Tsafatinos 2023-07-19 13:23:20 -04:00
parent c7cd150316
commit ecd7d17bbf
1 changed files with 1 additions and 1 deletions

View File

@ -298,6 +298,6 @@ class SkynetDiscordFrontend:
# reply_markup=build_redo_menu(),
# parse_mode='HTML'
# )
await ctx.send(
await ctx.reply(
file=discord.File(image, 'image.png')
)