Skip to content

Commit

Permalink
Merge pull request #81 from murpii/pr_mt_qol
Browse files Browse the repository at this point in the history
MT: Tell user to include a changelog after uploading map updates
  • Loading branch information
def- authored Feb 17, 2024
2 parents d0ea29f + c11f011 commit 1aaceb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cogs/map_testing/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ async def handle_submission(self, message: discord.Message):
await message.reply("Error log in the attached file", file=file, mention_author=False)
else:
await subm.message.add_reaction("👌")
if not (message.content or message.author.bot):
await map_channel.send('Include a changelog after uploading map updates (preferably with screenshots).')
else:
await map_channel.send('Map filename must match channel name.')

Expand Down

0 comments on commit 1aaceb6

Please sign in to comment.