Update
This commit is contained in:
parent
169d5de128
commit
df84579fb9
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 = str(message) + str(ogmsg[i]) + "\n"
|
message = f"{message}{ogmsg[i]}\n"
|
||||||
continue
|
continue
|
||||||
if not found:
|
if not found:
|
||||||
newmsg = "~~" + ogmsg[i] + "~~"
|
newmsg = "~~" + ogmsg[i] + "~~"
|
||||||
|
|
Loading…
Reference in a new issue