Skip to content

Commit 73e4a74

Browse files
committed
Formatting issue
1 parent 83b26dc commit 73e4a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ async def github(self, ctx):
339339
color=discord.Color.red(),
340340
description=f'Not logged in, do `{prefix}github login` to login with GitHub.'
341341
)
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.')
342+
em.add_field(name='Subcommands', value=f'`{prefix}github login`\n`{prefix}github logout`')
343343

344344
if not data['error']:
345345
user = data['user']

0 commit comments

Comments
 (0)