jozsefsallai / discord.js-minesweeper

Generate Minesweeper mine fields using Discord's spoiler tags.
MIT License
16 stars 4 forks source link

empty square #10

Open Shadowsniper784 opened 3 years ago

Shadowsniper784 commented 3 years ago

When I did a 10x10 grid with 6 bombs (idk if it has to be this exactly) the bottom right square had no reaction just a spoiler

jozsefsallai commented 3 years ago

hey! a screenshot would help a lot

Shadowsniper784 commented 3 years ago

image

jozsefsallai commented 2 years ago

Sorry for the late response but in case the issue is still relevant - is this a slash command? I've seen similar behavior but only on slash commands... not quite sure why it happens but there might be a message length limitation for slash command responses or something. Classic commands work fine.

arahiko-ayami commented 2 years ago

I have the same issue, I am using slash command but I send the matrix with interaction.channel.send(matrix) image And I tried to send the same message content generated by your library by my account. Same issue happened image