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 7233c41 commit 49fc3beCopy full SHA for 49fc3be
bot.py
@@ -22,7 +22,7 @@
22
SOFTWARE.
23
'''
24
25
-__version__ = '1.1.7'
+__version__ = '1.2.0'
26
27
import discord
28
from discord.ext import commands
@@ -274,7 +274,7 @@ async def about(self, ctx):
274
if meta:
275
em.add_field(name='Instances', value=meta['instances'])
276
if __version__ != meta['latest_version']:
277
- footer = f"Latest version available is {meta['latest_version']}"
+ footer = f"A newer version is available v{meta['latest_version']}"
278
279
em.add_field(name='Github', value='https://github.com/kyb3r/modmail', inline=False)
280
0 commit comments