Update
This commit is contained in:
parent
134321617b
commit
77b9de16d4
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class GameView(nextcord.ui.View):
|
||||||
found = False
|
found = False
|
||||||
for i in range(len(ogmsg)):
|
for i in range(len(ogmsg)):
|
||||||
if ogmsg[i].startswith("~"):
|
if ogmsg[i].startswith("~"):
|
||||||
message = message + i + "\n"
|
message = message + ogmsg[i] + "\n"
|
||||||
continue
|
continue
|
||||||
if not found:
|
if not found:
|
||||||
newmsg = "~~" + ogmsg[i] + "~~"
|
newmsg = "~~" + ogmsg[i] + "~~"
|
||||||
|
|
Loading…
Reference in a new issue