mirror of
https://github.com/System-End/slack-end.git
synced 2026-04-19 22:05:10 +00:00
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:
parent
300529a482
commit
1e7fd06c11
1 changed files with 8 additions and 8 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue