how to
change symbol of your click explosion
1 copy this code and paste it in an embed
2 CTRL+F or find in page, and type creatediv
and it must be stars[j]=createDiv('*', 13);
3 inside the createDiv parenthesis, replace the asterisk * into some symbols, for example heart symbol ♡
the format should be like this
stars[j]=createDiv('♡', 13);