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-18 01:13:49 +00:00 committed by GitHub
parent 94de2d7bf6
commit ae70e8e0b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -60,7 +60,7 @@ export default class Message implements Command {
text: `Hey Please use <#C07LEEB50KD> for zeon ai if ur going to play with it a lot.`,
});
}
await app.client.reactions.add({
await app.client.reactions.add({
channel: event.channel,
timestamp: event.ts,
name: "loading",
@ -205,7 +205,7 @@ export default class Message implements Command {
});
} catch (e) {}
}
await app.client.reactions.remove({
await app.client.reactions.remove({
channel: event.channel,
timestamp: event.ts,
name: "loading",