From 05980a4f385a743bc0b9d312f1ac7c11984d88a5 Mon Sep 17 00:00:00 2001 From: Dan Hess Date: Wed, 31 Mar 2021 23:27:10 -0800 Subject: [PATCH] Add check to allow custom perms --- cogs/games.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cogs/games.py b/cogs/games.py index 35bc761..61270b8 100644 --- a/cogs/games.py +++ b/cogs/games.py @@ -179,6 +179,7 @@ class Games(commands.Cog): @commands.command(aliases=["word_chain", "しりとり", "シリトリ"]) @commands.max_concurrency(1, per=commands.BucketType.channel) + @utils.checks.can_run(send_messages=True) async def shiritori(self, ctx, *, word): """ Starts or play on a game of Shiritori, in which the last letter of the last word given