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 5070727 commit e766027Copy full SHA for e766027
bot.py
@@ -272,7 +272,7 @@ async def about(self, ctx):
272
if meta:
273
em.add_field(name='Instances', value=meta['instances'])
274
if __version__ != meta['latest_version']:
275
- footer = f'Latest version available is {meta['latest_version']}'
+ footer = f"Latest version available is {meta['latest_version']}"
276
277
em.add_field(name='Github', value='https://github.com/kyb3r/modmail')
278
0 commit comments