📅  最后修改于: 2022-03-11 15:03:45.289000             🧑  作者: Mango
代码示例1
client.on("token-privilege-will-expire", async function(){
// After requesting a new token
await client.renewToken(token);
});