diff --git a/christmas_cog.py b/christmas_cog.py
index e76f428c5abda4e7fb756c76e84dcf7c9f72bda6..30f4fb0e9e27e153f861820aa9aa01e7422ff813 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"