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 <saahilattud@gmail.com> Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
This commit is contained in:
parent
c01bdca89d
commit
35ef78599e
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ export default class Message implements Command {
|
|||
`${aiReq.message} - \`${aiReq.type}\`` ||
|
||||
(aiReq.error ? `:notcool" ${aiReq.error}` : undefined) ||
|
||||
":notcool: i didnt get a message/error im very scared... >> " +
|
||||
JSON.stringify(aiReq),
|
||||
JSON.stringify(aiReq),
|
||||
});
|
||||
switch (aiReq.type) {
|
||||
case "reminder":
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue