From 77b9de16d4460af0236c8b3dd9b2ce71423c3910 Mon Sep 17 00:00:00 2001 From: insert Date: Sat, 10 Aug 2024 15:27:32 -0400 Subject: [PATCH] Update --- gameutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gameutils.py b/gameutils.py index a6e30cc..2dac268 100644 --- a/gameutils.py +++ b/gameutils.py @@ -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] + "~~"