Skip to content

Commit 0fc22dc

Browse files
committed
Increment version
1 parent 6b33ec5 commit 0fc22dc

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
SOFTWARE.
2323
"""
2424

25-
__version__ = '2.13.6'
25+
__version__ = '2.13.7'
2626

2727
import asyncio
2828
import logging

cogs/utility.py

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -281,16 +281,9 @@ async def debug(self, ctx):
281281
messages.append(msg)
282282

283283
embed = Embed(
284-
color=self.bot.main_color,
285-
title='Debug Logs:',
286-
description='This message contains your '
287-
'locally cached Modmail bot logs, '
288-
'go to the last page to see the most recent logs.'
284+
color=self.bot.main_color
289285
)
290-
embed.add_field(name='\u200b',
291-
value='**Navigate using the reactions below.**')
292-
embed.set_footer(text='If you\'re hosting Modmail on Heroku, '
293-
'logs are cleared at least once every 27 hours.')
286+
embed.set_footer(text='Debug logs - Navigate using the reactions below.')
294287

295288
session = MessagePaginatorSession(ctx, *messages, embed=embed)
296289
return await session.run()

0 commit comments

Comments
 (0)