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
|
||||
for i in range(len(ogmsg)):
|
||||
if ogmsg[i].startswith("~"):
|
||||
message = str(message) + str(ogmsg[i]) + "\n"
|
||||
message = f"{message}{ogmsg[i]}\n"
|
||||
continue
|
||||
if not found:
|
||||
newmsg = "~~" + ogmsg[i] + "~~"
|
||||
|
|
Loading…
Reference in a new issue