As of late, I've been working on a Discord bot that includes functionality for rolling dice, and I want to display the results of all the dice rolls in an embed. For example, rolling 2d4 + d6 will display two images of four-sided dice and one image of a six-sided die. At the moment, the Discord bot supports d4, d6, d8, d10, d12, d20, and d100. Additionally, the maximum number of dice that can be rolled at once is fifteen.
Because I want to support my current variety of dice, does that mean that I need to make 160 images of dice to account for every outcome of an individual roll for all die sizes? What do you all think is the most efficient way to make embeds for my Discord bot that show the result of each dice roll as images?