File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ async def about(self, ctx):
259
259
'easily communicate with server leadership in an organised manner.'
260
260
261
261
try :
262
- async with self .session .get ('https://api.kybr.tk/modmail' ):
262
+ async with self .session .get ('https://api.kybr.tk/modmail' ) as resp :
263
263
meta = await resp .json ()
264
264
except :
265
265
meta = None
@@ -275,7 +275,7 @@ async def about(self, ctx):
275
275
if __version__ != meta ['latest_version' ]:
276
276
footer = f"Latest version available is { meta ['latest_version' ]} "
277
277
278
- em .add_field (name = 'Github' , value = 'https://github.com/kyb3r/modmail' )
278
+ em .add_field (name = 'Github' , value = 'https://github.com/kyb3r/modmail' , inline = False )
279
279
280
280
em .set_footer (text = footer )
281
281
You can’t perform that action at this time.
0 commit comments