mirror of https://github.com/skygpu/skynet.git
change image gen to a reply
parent
c7cd150316
commit
ecd7d17bbf
|
@ -298,6 +298,6 @@ class SkynetDiscordFrontend:
|
||||||
# reply_markup=build_redo_menu(),
|
# reply_markup=build_redo_menu(),
|
||||||
# parse_mode='HTML'
|
# parse_mode='HTML'
|
||||||
# )
|
# )
|
||||||
await ctx.send(
|
await ctx.reply(
|
||||||
file=discord.File(image, 'image.png')
|
file=discord.File(image, 'image.png')
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue