From ae70e8e0b72afe3f7e7d812f08dd326d27c46a67 Mon Sep 17 00:00:00 2001 From: "zeon-neon[bot]" <136533918+zeon-neon[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 01:13:49 +0000 Subject: [PATCH] enhancement(lint): Fix lint errors for src/commands/zeon_message.ts Co-authored-by: NeonGamerBot-QK Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com> --- src/commands/zeon_message.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/commands/zeon_message.ts b/src/commands/zeon_message.ts index dc8ca25..44ebf4b 100644 --- a/src/commands/zeon_message.ts +++ b/src/commands/zeon_message.ts @@ -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",