VerifyPurchaseDiscordBot icon indicating copy to clipboard operation
VerifyPurchaseDiscordBot copied to clipboard

Token API

Open NeonnDev opened this issue 3 years ago • 0 comments

I think the token query wasn't fixed properly. I get this error: Traceback (most recent call last): File "/usr/local/lib/python3.7/dist-packages/discord/client.py", line 343, in _run_event await coro(*args, **kwargs) File "verifybot.py", line 288, in on_ready update_token() File "verifybot.py", line 160, in update_token token_expire = int(data['expires_in']) - 60 KeyError: 'expires_in'

NeonnDev avatar Mar 06 '22 01:03 NeonnDev