Update cogs/minesweeper.py

pull/36/head
Stijn De Clercq 2021-02-08 20:54:37 +01:00 committed by GitHub
parent 6c08a84bd0
commit a63642c21f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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