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 9f7a42e commit 08f9a57Copy full SHA for 08f9a57
bot.py
@@ -328,7 +328,7 @@ async def update(self, ctx):
328
data = await resp.json()
329
330
em = discord.Embed(
331
- title='Already Up To Date',
+ title='Already up to date',
332
description=f'The latest version is [`{__version__}`](https://github.com/kyb3r/modmail/blob/master/bot.py#L25)',
333
color=discord.Color.green()
334
)
0 commit comments