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:
zeon-neon[bot] 2024-12-17 19:49:03 +00:00 committed by GitHub
parent f58060c32a
commit fa5dce0849
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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":
@ -81,7 +81,7 @@ export default class Message implements Command {
}, aiReq.duration);
break;
case "mean":
// app.client. :angry-dino:
// app.client. :angry-dino:
break;
case "info":
case "math":