mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-07 15:48:29 +02:00
Update cogs/minesweeper.py
This commit is contained in:
parent
6c08a84bd0
commit
a63642c21f
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue