mirror of https://github.com/stijndcl/didier
Update cogs/minesweeper.py
parent
6c08a84bd0
commit
a63642c21f
|
@ -68,7 +68,6 @@ class Minesweeper(commands.Cog):
|
|||
|
||||
# Join the grid into a string
|
||||
li = [" ".join(row) for row in grid]
|
||||
print("\n".join(li))
|
||||
return "\n".join(li)
|
||||
|
||||
# Counts the amount of bombs near a given cell
|
||||
|
|
Loading…
Reference in New Issue