Skip to content
Snippets Groups Projects
Commit d1de0913 authored by dnns01's avatar dnns01
Browse files

fixed issue, that !story is a mod only command

parent fe2fc4b1
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment