diff options
| author | 2022-01-01 23:46:09 +0000 | |
|---|---|---|
| committer | 2022-01-01 23:46:09 +0000 | |
| commit | 0c7443d2ce8b44706d98837830586feaa6016985 (patch) | |
| tree | ee77a61d57b4d46f0e3ebdfadab760896986db2d /bot/exts/fun/anagram.py | |
| parent | Merge pull request #997 from Sn4u/fix-995 (diff) | |
| parent | Merge 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/anagram.py')
| -rw-r--r-- | bot/exts/fun/anagram.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/exts/fun/anagram.py b/bot/exts/fun/anagram.py index 9aee5f18..79280fa9 100644 --- a/bot/exts/fun/anagram.py +++ b/bot/exts/fun/anagram.py @@ -49,7 +49,6 @@ class Anagram(commands.Cog): self.games: dict[int, AnagramGame] = {} @commands.command(name="anagram", aliases=("anag", "gram", "ag")) - @commands.guild_only() async def anagram_command(self, ctx: commands.Context) -> None: """ Given shuffled letters, rearrange them into anagrams. |