We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83b26dc commit 73e4a74Copy full SHA for 73e4a74
bot.py
@@ -339,7 +339,7 @@ async def github(self, ctx):
339
color=discord.Color.red(),
340
description=f'Not logged in, do `{prefix}github login` to login with GitHub.'
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.')
+ em.add_field(name='Subcommands', value=f'`{prefix}github login`\n`{prefix}github logout`')
343
344
if not data['error']:
345
user = data['user']
0 commit comments