aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/fun/battleship.py
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2022-01-01 23:46:09 +0000
committerGravatar GitHub <[email protected]>2022-01-01 23:46:09 +0000
commit0c7443d2ce8b44706d98837830586feaa6016985 (patch)
treeee77a61d57b4d46f0e3ebdfadab760896986db2d /bot/exts/fun/battleship.py
parentMerge pull request #997 from Sn4u/fix-995 (diff)
parentMerge branch 'main' into dm-check (diff)
Merge pull request #953 from python-discord/dm-check
Add Better Support For Whitelisting DM Commands
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!