mirror of
https://github.com/System-End/slack-end.git
synced 2026-04-19 16:28:19 +00:00
enhancement(lint): Fix lint errors for src/commands/on_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
239145b74b
commit
53c71c0b3a
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ export default class Message implements Command {
|
|||
app.event(this.name, async (par) => {
|
||||
// console.debug(par);
|
||||
// if (!par.ack) return;
|
||||
// console.debug(0);
|
||||
// console.debug(0);
|
||||
if (!par.say) return;
|
||||
console.log(
|
||||
`uh one of them are here`,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue