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 22
22
SOFTWARE.
23
23
"""
24
24
25
- __version__ = '2.13.6 '
25
+ __version__ = '2.13.7 '
26
26
27
27
import asyncio
28
28
import logging
Original file line number Diff line number Diff line change @@ -281,16 +281,9 @@ async def debug(self, ctx):
281
281
messages .append (msg )
282
282
283
283
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
289
285
)
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.' )
294
287
295
288
session = MessagePaginatorSession (ctx , * messages , embed = embed )
296
289
return await session .run ()
You can’t perform that action at this time.
0 commit comments