Update
This commit is contained in:
parent
77b9de16d4
commit
169d5de128
1 changed files with 1 additions and 1 deletions
|
@ -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] + "~~"
|
||||
|
|
Loading…
Reference in a new issue