From d1de09132d45cb0150bbb3141c55c4db5c8b6111 Mon Sep 17 00:00:00 2001 From: dnns01 <mail@dnns01.de> Date: Mon, 30 Nov 2020 23:36:32 +0100 Subject: [PATCH] fixed issue, that !story is a mod only command --- christmas_cog.py | 1 - 1 file changed, 1 deletion(-) diff --git a/christmas_cog.py b/christmas_cog.py index e76f428..30f4fb0 100644 --- a/christmas_cog.py +++ b/christmas_cog.py @@ -19,7 +19,6 @@ class ChristmasCog(commands.Cog): self.advent_calendar = json.load(advent_calendar_file) @commands.command("story") - @commands.check(utils.is_mod) async def cmd_update_welcome(self, ctx, *args): channel = await self.bot.fetch_channel(self.channel_id) message = f"Einreichung von <@!{ctx.author.id}>:\n" -- GitLab