diff options
| author | 2022-02-14 23:41:14 +0000 | |
|---|---|---|
| committer | 2022-02-14 23:41:14 +0000 | |
| commit | 657aaf5f613b0bd219d67c71f7dc37ede0bb6aab (patch) | |
| tree | 548e48ae21a98d5e6e16e8619d1af4ee75fe8b7a /bot/exts/fun/anagram.py | |
| parent | fix: Add newlines in codeblock formatting (diff) | |
| parent | Merge pull request #1026 from Shom770/fix-trivia-night (diff) | |
Merge branch 'main' into merge-github-issues
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. | 
