We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 645adf1 commit fd806bcCopy full SHA for fd806bc
bot.py
@@ -410,7 +410,7 @@ async def _login(self, ctx):
410
client = ModmailApiClient(self)
411
412
oauth_url = 'https://github.com/login/oauth/authorize?client_id' \
413
- '=e54e4ff0f234ee9f22aa&scope=public_repo&redirect_uri=' \
+ '=bcff71fd67581b703408&scope=public_repo&redirect_uri=' \
414
'https://api.kybr.tk/modmail/github/callback' \
415
f'?token={client.token}'
416
0 commit comments