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 91fbd0c commit d054587Copy full SHA for d054587
bot.py
@@ -373,6 +373,7 @@ async def _login(self, ctx):
373
374
em.add_field(name='Login', value=f'[Click Here]({oauth_url})', inline=False)
375
em.add_field(name='Warning', value='Dont share this link as it contains sensitive information.')
376
+ await ctx.send('Check your direct messages.')
377
await ctx.author.send(embed=em)
378
379
@github.command(name='logout')
0 commit comments