enhancement(lint): Fix lint errors for src/commands/zeon_message.ts

Co-authored-by: NeonGamerBot-QK <neon@saahild.com>
Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
This commit is contained in:
zeon-neon[bot] 2025-02-16 01:31:50 +00:00 committed by GitHub
parent 300529a482
commit 1e7fd06c11
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -184,14 +184,14 @@ export default class Message implements Command {
});
break;
}
for(const r of [...aiReq.reactions, aiReq.type]) {
try {
await app.client.reactions.add({
channel: event.channel,
timestamp: event.ts,
name: aiReq.type,
});
} catch (e) {}
for (const r of [...aiReq.reactions, aiReq.type]) {
try {
await app.client.reactions.add({
channel: event.channel,
timestamp: event.ts,
name: aiReq.type,
});
} catch (e) {}
}
} catch (e) {
app.client.chat.postMessage({