slackbotapi icon indicating copy to clipboard operation
slackbotapi copied to clipboard

Error event getting fired on every message I send

Open Js41637 opened this issue 9 years ago • 1 comments

Got this weird problem where whenever I post a message using the slack.sendMsg it emites an error event after the message has been sent containing a normal message sent response

{
  ok: true,
  reply_to: 0,
  ts: '1470627489.001015',
  text: 'text'
}

Any idea why it would be doing this?

Js41637 avatar Aug 08 '16 03:08 Js41637

Are you still using slackbotapi and is this still an ongoing issue?

xBytez avatar Oct 02 '19 17:10 xBytez