File tree Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 2222SOFTWARE.
2323"""
2424
25- __version__ = '2.13.6 '
25+ __version__ = '2.13.7 '
2626
2727import asyncio
2828import logging
Original file line number Diff line number Diff 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 ()
You can’t perform that action at this time.
0 commit comments