Skip to content

Commit fd806bc

Browse files
committed
Change client id
1 parent 645adf1 commit fd806bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: bot.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ async def _login(self, ctx):
410410
client = ModmailApiClient(self)
411411

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

0 commit comments

Comments
 (0)