File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -254,7 +254,6 @@ async def get_latest_updates(self, limit=3):
254
254
255
255
return latest_commits
256
256
257
-
258
257
@property
259
258
def uptime (self ):
260
259
now = datetime .datetime .utcnow ()
@@ -340,6 +339,7 @@ async def github(self, ctx):
340
339
color = discord .Color .red (),
341
340
description = f'Not logged in, do `{ prefix } github login` to login with GitHub.'
342
341
)
342
+ em .add_field (name = 'Subcommands' , value = f'`{ prefix } github login` Login with github\n `{ prefix } github logout` Logout of current github account if any.' )
343
343
344
344
if not data ['error' ]:
345
345
user = data ['user' ]
@@ -392,9 +392,6 @@ async def _logout(self, ctx):
392
392
em .description = 'You are not logged in already.'
393
393
394
394
await ctx .send (embed = em )
395
-
396
-
397
-
398
395
399
396
@commands .command ()
400
397
async def update (self , ctx ):
You can’t perform that action at this time.
0 commit comments