Skip to content

Commit dbbfdaf

Browse files
committed
Fix formatting issue
1 parent 2476ca7 commit dbbfdaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bot.py

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

25-
__version__ = '1.4.0'
25+
__version__ = '1.4.1'
2626

2727
from contextlib import redirect_stdout
2828
from urllib.parse import urlparse
@@ -362,7 +362,7 @@ async def update(self, ctx):
362362
short_sha = latest_update['sha'][:6]
363363
html_url = latest_update['html_url']
364364
message = latest_update['message']
365-
em.add_field(name='Latest Commit', value=f'[`{short_sha}`]({html_url}) - {message}')
365+
em.add_field(name='Latest Commit', value=f'[`{short_sha}`]({html_url}) - {message}', inline=False)
366366

367367
await ctx.send(embed=em)
368368

0 commit comments

Comments
 (0)