This commit is contained in:
insert 2024-08-10 15:28:46 -04:00
parent 77b9de16d4
commit 169d5de128
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 + ogmsg[i] + "\n"
message = str(message) + str(ogmsg[i]) + "\n"
continue
if not found:
newmsg = "~~" + ogmsg[i] + "~~"