We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fc90b8 commit 066e733Copy full SHA for 066e733
bot.py
@@ -332,7 +332,7 @@ async def autoupdate_loop(self):
332
short_sha = commit_data['sha'][:6]
333
em.add_field(name='Merge Commit', value=f"[`{short_sha}`]({html_url}) {message} - {user['username']}")
334
else:
335
- em.description = 'Already up to date with master repository.'
+ continue
336
337
em.add_field(name='Latest Commit', value=await self.get_latest_updates(limit=1), inline=False)
338
0 commit comments