Skip to content

Commit 3c28b30

Browse files
committed
Move latest commit to bottom
1 parent 43052aa commit 3c28b30

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

bot.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
SOFTWARE.
2323
'''
2424

25-
__version__ = '1.4.5'
25+
__version__ = '1.4.4'
2626

2727
from contextlib import redirect_stdout
2828
from urllib.parse import urlparse
@@ -340,8 +340,6 @@ async def update(self, ctx):
340340
color=discord.Color.green()
341341
)
342342

343-
em.add_field(name='Latest Commit', value=await self.get_latest_updates(limit=1), inline=False)
344-
345343
access_token = self.config.get('GITHUB_ACCESS_TOKEN')
346344

347345
if data['latest_version'] == __version__:

0 commit comments

Comments
 (0)