reply to messages with images

This commit is contained in:
2026-03-31 19:39:22 +01:00
parent 9e4a3ffb16
commit 8a1f295591
3 changed files with 20 additions and 2 deletions

View File

@@ -117,7 +117,7 @@ namespace SkyBot.Commands
Height = height
};
await channel.SendMessageAsync(text, attachments: [attachment]);
await MessageHelper.ReplyAsync(ctx, channel, text, [attachment]);
}
}
}

View File

@@ -117,7 +117,7 @@ namespace SkyBot.Commands
Height = height
};
await channel.SendMessageAsync(text, attachments: [attachment]);
await MessageHelper.ReplyAsync(ctx, channel, text, [attachment]);
}
}
}