This commit is contained in:
insert 2024-08-10 15:27:32 -04:00
parent 134321617b
commit 77b9de16d4
Signed by: insert
GPG key ID: A70775C389ACF105

View file

@ -22,7 +22,7 @@ class GameView(nextcord.ui.View):
found = False
for i in range(len(ogmsg)):
if ogmsg[i].startswith("~"):
message = message + i + "\n"
message = message + ogmsg[i] + "\n"
continue
if not found:
newmsg = "~~" + ogmsg[i] + "~~"