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
94de2d7bf6
commit
ae70e8e0b7
1 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue