Skip to content

Commit

Permalink
Change client id
Browse files Browse the repository at this point in the history
  • Loading branch information
kyb3r committed Dec 31, 2018
1 parent 645adf1 commit fd806bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ async def _login(self, ctx):
client = ModmailApiClient(self)

oauth_url = 'https://github.com/login/oauth/authorize?client_id' \
'=e54e4ff0f234ee9f22aa&scope=public_repo&redirect_uri=' \
'=bcff71fd67581b703408&scope=public_repo&redirect_uri=' \
'https://api.kybr.tk/modmail/github/callback' \
f'?token={client.token}'

Expand Down

0 comments on commit fd806bc

Please sign in to comment.