mirror of
https://github.com/System-End/slack-end.git
synced 2026-04-19 20:55:08 +00:00
enhancement(lint): Fix lint errors for src/commands/zeon_message.ts
Co-authored-by: NeonGamerBot-QK <saahilattud@gmail.com> Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
This commit is contained in:
parent
193a9423ab
commit
6a34d5feb7
1 changed files with 2 additions and 2 deletions
|
|
@ -94,8 +94,8 @@ export default class Message implements Command {
|
|||
timestamp: event.ts,
|
||||
name: "no",
|
||||
});
|
||||
break;
|
||||
case "warning":
|
||||
break;
|
||||
case "warning":
|
||||
case "error":
|
||||
app.client.reactions.add({
|
||||
channel: event.channel,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue