aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/fun/anagram.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/anagram.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/anagram.py')
-rw-r--r--bot/exts/fun/anagram.py1
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.