Skip to content

Commit e766027

Browse files
committed
Syntax error
1 parent 5070727 commit e766027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ async def about(self, ctx):
272272
if meta:
273273
em.add_field(name='Instances', value=meta['instances'])
274274
if __version__ != meta['latest_version']:
275-
footer = f'Latest version available is {meta['latest_version']}'
275+
footer = f"Latest version available is {meta['latest_version']}"
276276

277277
em.add_field(name='Github', value='https://github.com/kyb3r/modmail')
278278

0 commit comments

Comments
 (0)