Skip to content

Commit 08f9a57

Browse files
committed
tweak capitilisation
1 parent 9f7a42e commit 08f9a57

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
@@ -328,7 +328,7 @@ async def update(self, ctx):
328328
data = await resp.json()
329329

330330
em = discord.Embed(
331-
title='Already Up To Date',
331+
title='Already up to date',
332332
description=f'The latest version is [`{__version__}`](https://github.com/kyb3r/modmail/blob/master/bot.py#L25)',
333333
color=discord.Color.green()
334334
)

0 commit comments

Comments
 (0)