aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/fun/battleship.py
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2022-02-14 23:41:14 +0000
committerGravatar GitHub <[email protected]>2022-02-14 23:41:14 +0000
commit657aaf5f613b0bd219d67c71f7dc37ede0bb6aab (patch)
tree548e48ae21a98d5e6e16e8619d1af4ee75fe8b7a /bot/exts/fun/battleship.py
parentfix: Add newlines in codeblock formatting (diff)
parentMerge pull request #1026 from Shom770/fix-trivia-night (diff)
Merge branch 'main' into merge-github-issues
Diffstat (limited to 'bot/exts/fun/battleship.py')
-rw-r--r--bot/exts/fun/battleship.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/exts/fun/battleship.py b/bot/exts/fun/battleship.py
index f4351954..beff196f 100644
--- a/bot/exts/fun/battleship.py
+++ b/bot/exts/fun/battleship.py
@@ -369,7 +369,6 @@ class Battleship(commands.Cog):
return any(player in (game.p1.user, game.p2.user) for game in self.games)
@commands.group(invoke_without_command=True)
- @commands.guild_only()
async def battleship(self, ctx: commands.Context) -> None:
"""
Play a game of Battleship with someone else!