no comment

This commit is contained in:
flash 2025-05-19 01:04:07 +00:00
parent c8edae09ba
commit 3a8659de69
Signed by: flash
GPG key ID: 2C9C2C574D47FE3E

View file

@ -24,7 +24,7 @@ const MamiFlashiiAuth = function(flashii) {
try {
({ token_type: type=null, access_token: token=null } = await flashii.v1.chat.token({}));
} catch(ex) {
await flashii.v1.chat.login({});
//await flashii.v1.chat.login({}); what if the internet didn't suck balls
}
},
};