Skip to content

Instantly share code, notes, and snippets.

@codekaust
Created July 26, 2020 11:36
Show Gist options
  • Save codekaust/10d9a79fe0a199c4a4cadf12929d93a0 to your computer and use it in GitHub Desktop.
Save codekaust/10d9a79fe0a199c4a4cadf12929d93a0 to your computer and use it in GitHub Desktop.
[codephile@ip-10-0-0-42 bot]$ docker run --env-file .env --name bot_cont -p 127.0.0.1:9998:80 bot
> webworker-threads@0.7.17 install /home/hubot/node_modules/webworker-threads
> node-gyp rebuild
make: Entering directory '/home/hubot/node_modules/webworker-threads/build'
CXX(target) Release/obj.target/WebWorkerThreads/src/WebWorkerThreads.o
In file included from ../src/bson.cc:41:0,
from ../src/WebWorkerThreads.cc:17:
../src/bson.h: In member function 'void CountStream::WriteLengthPrefixedString(const v8::Local<v8::String>&)':
../src/bson.h:140:90: error: no matching function for call to 'v8::String::Utf8Length()'
void WriteLengthPrefixedString(const Local<String>& value) { count += value->Utf8Length()+5; }
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2887:7: note: candidate: int v8::String::Utf8Length(v8::Isolate*) const
int Utf8Length(Isolate* isolate) const;
^~~~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2887:7: note: candidate expects 1 argument, 0 provided
In file included from ../src/bson.cc:41:0,
from ../src/WebWorkerThreads.cc:17:
../src/bson.h: In member function 'void CountStream::WriteString(const v8::Local<v8::String>&)':
../src/bson.h:142:80: error: no matching function for call to 'v8::String::Utf8Length()'
void WriteString(const Local<String>& value) { count += value->Utf8Length() + 1; } // This returns the number of bytes exclusive of the NULL terminator
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2887:7: note: candidate: int v8::String::Utf8Length(v8::Isolate*) const
int Utf8Length(Isolate* isolate) const;
^~~~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2887:7: note: candidate expects 1 argument, 0 provided
In file included from ../src/bson.cc:41:0,
from ../src/WebWorkerThreads.cc:17:
../src/bson.h: In member function 'void DataStream::WriteByte(const v8::Local<v8::Object>&, const v8::Local<v8::String>&)':
../src/bson.h:165:99: error: no matching function for call to 'v8::Object::Get(const v8::Local<v8::String>&)'
void WriteByte(const Local<Object>& object, const Local<String>& key) { *p++ = object->Get(key)->Int32Value(); }
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3594:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, v8::Local<v8::Value>)
V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3594:43: note: candidate expects 2 arguments, 1 provided
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3597:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, uint32_t)
V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3597:43: note: candidate expects 2 arguments, 1 provided
In file included from ../src/bson.cc:41:0,
from ../src/WebWorkerThreads.cc:17:
../src/bson.h: In member function 'void DataStream::WriteBool(const v8::Local<v8::Value>&)':
../src/bson.h:175:83: error: no matching function for call to 'v8::Value::BooleanValue()'
void WriteBool(const Local<Value>& value) { WriteByte(value->BooleanValue() ? 1 : 0); }
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2771:8: note: candidate: bool v8::Value::BooleanValue(v8::Isolate*) const
bool BooleanValue(Isolate* isolate) const;
^~~~~~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2771:8: note: candidate expects 1 argument, 0 provided
In file included from ../src/bson.cc:41:0,
from ../src/WebWorkerThreads.cc:17:
../src/bson.h: In member function 'void DataStream::WriteInt32(const v8::Local<v8::Value>&)':
../src/bson.h:176:83: error: no matching function for call to 'v8::Value::Int32Value()'
void WriteInt32(const Local<Value>& value) { WriteInt32(value->Int32Value()); }
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2778:40: note: candidate: v8::Maybe<int> v8::Value::Int32Value(v8::Local<v8::Context>) const
V8_WARN_UNUSED_RESULT Maybe<int32_t> Int32Value(Local<Context> context) const;
^~~~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2778:40: note: candidate expects 1 argument, 0 provided
In file included from ../src/bson.cc:41:0,
from ../src/WebWorkerThreads.cc:17:
../src/bson.h: In member function 'void DataStream::WriteInt32(const v8::Local<v8::Object>&, const v8::Local<v8::String>&)':
../src/bson.h:177:104: error: no matching function for call to 'v8::Object::Get(const v8::Local<v8::String>&)'
void WriteInt32(const Local<Object>& object, const Local<String>& key) { WriteInt32(object->Get(key)); }
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3594:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, v8::Local<v8::Value>)
V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3594:43: note: candidate expects 2 arguments, 1 provided
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3597:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, uint32_t)
V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3597:43: note: candidate expects 2 arguments, 1 provided
In file included from ../src/bson.cc:41:0,
from ../src/WebWorkerThreads.cc:17:
../src/bson.h: In member function 'void DataStream::WriteInt64(const v8::Local<v8::Value>&)':
../src/bson.h:178:85: error: no matching function for call to 'v8::Value::IntegerValue()'
void WriteInt64(const Local<Value>& value) { WriteInt64(value->IntegerValue()); }
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2774:40: note: candidate: v8::Maybe<long int> v8::Value::IntegerValue(v8::Local<v8::Context>) const
V8_WARN_UNUSED_RESULT Maybe<int64_t> IntegerValue(
^~~~~~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2774:40: note: candidate expects 1 argument, 0 provided
In file included from ../src/bson.cc:41:0,
from ../src/WebWorkerThreads.cc:17:
../src/bson.h: In member function 'void DataStream::WriteDouble(const v8::Local<v8::Value>&)':
../src/bson.h:179:86: error: no matching function for call to 'v8::Value::NumberValue()'
void WriteDouble(const Local<Value>& value) { WriteDouble(value->NumberValue()); }
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2773:39: note: candidate: v8::Maybe<double> v8::Value::NumberValue(v8::Local<v8::Context>) const
V8_WARN_UNUSED_RESULT Maybe<double> NumberValue(Local<Context> context) const;
^~~~~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2773:39: note: candidate expects 1 argument, 0 provided
In file included from ../src/bson.cc:41:0,
from ../src/WebWorkerThreads.cc:17:
../src/bson.h: In member function 'void DataStream::WriteDouble(const v8::Local<v8::Object>&, const v8::Local<v8::String>&)':
../src/bson.h:180:106: error: no matching function for call to 'v8::Object::Get(const v8::Local<v8::String>&)'
void WriteDouble(const Local<Object>& object, const Local<String>& key) { WriteDouble(object->Get(key)); }
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3594:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, v8::Local<v8::Value>)
V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3594:43: note: candidate expects 2 arguments, 1 provided
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3597:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, uint32_t)
V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3597:43: note: candidate expects 2 arguments, 1 provided
In file included from ../src/bson.cc:41:0,
from ../src/WebWorkerThreads.cc:17:
../src/bson.h: In member function 'void DataStream::WriteLengthPrefixedString(const v8::Local<v8::String>&)':
../src/bson.h:182:92: error: no matching function for call to 'v8::String::Utf8Length()'
void WriteLengthPrefixedString(const Local<String>& value) { WriteInt32(value->Utf8Length()+1); WriteString(value); }
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2887:7: note: candidate: int v8::String::Utf8Length(v8::Isolate*) const
int Utf8Length(Isolate* isolate) const;
^~~~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2887:7: note: candidate expects 1 argument, 0 provided
In file included from ../src/bson.cc:41:0,
from ../src/WebWorkerThreads.cc:17:
../src/bson.h: In member function 'void DataStream::WriteString(const v8::Local<v8::String>&)':
../src/bson.h:184:76: error: no matching function for call to 'v8::String::WriteUtf8(char*&)'
void WriteString(const Local<String>& value) { p += value->WriteUtf8(p); } // This returns the number of bytes inclusive of the NULL terminator.
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2947:7: note: candidate: int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const
int WriteUtf8(Isolate* isolate, char* buffer, int length = -1,
^~~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2947:7: note: candidate expects 5 arguments, 1 provided
In file included from ../src/WebWorkerThreads.cc:17:0:
../src/bson.cc: In member function 'void DataStream::WriteObjectId(const v8::Local<v8::Object>&, const v8::Local<v8::String>&)':
../src/bson.cc:51:17: error: no matching function for call to 'v8::Object::Get(const v8::Local<v8::String>&)'
object->Get(key)->ToString()->Write(buffer, 0, 12);
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3594:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, v8::Local<v8::Value>)
V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3594:43: note: candidate expects 2 arguments, 1 provided
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3597:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, uint32_t)
V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3597:43: note: candidate expects 2 arguments, 1 provided
In file included from ../src/WebWorkerThreads.cc:17:0:
../src/bson.cc: In member function 'void DataStream::CheckKey(const v8::Local<v8::String>&)':
../src/bson.cc:71:41: error: no matching function for call to 'v8::String::Utf8Length()'
size_t keyLength = keyName->Utf8Length();
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2887:7: note: candidate: int v8::String::Utf8Length(v8::Isolate*) const
int Utf8Length(Isolate* isolate) const;
^~~~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2887:7: note: candidate expects 1 argument, 0 provided
In file included from ../src/WebWorkerThreads.cc:17:0:
../src/bson.cc:77:36: error: no matching function for call to 'v8::String::WriteUtf8(char*&)'
keyName->WriteUtf8(keyStringBuffer);
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2947:7: note: candidate: int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const
int WriteUtf8(Isolate* isolate, char* buffer, int length = -1,
^~~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2947:7: note: candidate expects 5 arguments, 1 provided
In file included from ../src/WebWorkerThreads.cc:17:0:
../src/bson.cc: In member function 'void BSONSerializer<T>::SerializeDocument(const v8::Local<v8::Value>&)':
../src/bson.cc:103:57: error: no matching function for call to 'v8::Object::GetPropertyNames()'
Local<Array> propertyNames = object->GetPropertyNames();
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3702:43: note: candidate: v8::MaybeLocal<v8::Array> v8::Object::GetPropertyNames(v8::Local<v8::Context>)
V8_WARN_UNUSED_RESULT MaybeLocal<Array> GetPropertyNames(
^~~~~~~~~~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3702:43: note: candidate expects 1 argument, 0 provided
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3704:43: note: candidate: v8::MaybeLocal<v8::Array> v8::Object::GetPropertyNames(v8::Local<v8::Context>, v8::KeyCollectionMode, v8::PropertyFilter, v8::IndexFilter, v8::KeyConversionMode)
V8_WARN_UNUSED_RESULT MaybeLocal<Array> GetPropertyNames(
^~~~~~~~~~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3704:43: note: candidate expects 5 arguments, 0 provided
In file included from ../src/WebWorkerThreads.cc:17:0:
../src/bson.cc:109:59: error: no matching function for call to 'v8::Array::Get(int&)'
const Local<String>& propertyName = propertyNames->Get(i)->ToString();
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3594:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, v8::Local<v8::Value>)
V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3594:43: note: candidate expects 2 arguments, 1 provided
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3597:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, uint32_t)
V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3597:43: note: candidate expects 2 arguments, 1 provided
In file included from ../src/WebWorkerThreads.cc:17:0:
../src/bson.cc:112:63: error: no matching function for call to 'v8::Object::Get(const v8::Local<v8::String>&)'
const Local<Value>& propertyValue = object->Get(propertyName);
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3594:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, v8::Local<v8::Value>)
V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3594:43: note: candidate expects 2 arguments, 1 provided
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3597:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, uint32_t)
V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3597:43: note: candidate expects 2 arguments, 1 provided
In file included from ../src/WebWorkerThreads.cc:17:0:
../src/bson.cc: In member function 'void BSONSerializer<T>::SerializeArray(const v8::Local<v8::Value>&)':
../src/bson.cc:130:58: error: no matching function for call to 'v8::Value::ToObject()'
Local<Array> array = Local<Array>::Cast(value->ToObject());
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2754:44: note: candidate: v8::MaybeLocal<v8::Object> v8::Value::ToObject(v8::Local<v8::Context>) const
V8_WARN_UNUSED_RESULT MaybeLocal<Object> ToObject(
^~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2754:44: note: candidate expects 1 argument, 0 provided
In file included from ../src/WebWorkerThreads.cc:17:0:
../src/bson.cc:137:44: error: no matching function for call to 'v8::Array::Get(uint32_t&)'
SerializeValue(typeLocation, array->Get(i));
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3594:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, v8::Local<v8::Value>)
V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3594:43: note: candidate expects 2 arguments, 1 provided
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3597:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, uint32_t)
V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3597:43: note: candidate expects 2 arguments, 1 provided
In file included from ../src/WebWorkerThreads.cc:17:0:
../src/bson.cc: In member function 'void BSONSerializer<T>::SerializeValue(void*, const v8::Local<v8::Value>&)':
../src/bson.cc:151:43: error: no matching function for call to 'v8::Value::NumberValue()'
double doubleValue = value->NumberValue();
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2773:39: note: candidate: v8::Maybe<double> v8::Value::NumberValue(v8::Local<v8::Context>) const
V8_WARN_UNUSED_RESULT Maybe<double> NumberValue(Local<Context> context) const;
^~~~~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2773:39: note: candidate expects 1 argument, 0 provided
In file included from ../src/WebWorkerThreads.cc:17:0:
../src/bson.cc:167:51: error: no matching function for call to 'v8::Value::ToString()'
this->WriteLengthPrefixedString(value->ToString());
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2750:44: note: candidate: v8::MaybeLocal<v8::String> v8::Value::ToString(v8::Local<v8::Context>) const
V8_WARN_UNUSED_RESULT MaybeLocal<String> ToString(
^~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2750:44: note: candidate expects 1 argument, 0 provided
In file included from ../src/WebWorkerThreads.cc:17:0:
../src/bson.cc:200:51: error: no matching function for call to 'v8::Value::ToString()'
this->WriteLengthPrefixedString(value->ToString());
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2750:44: note: candidate: v8::MaybeLocal<v8::String> v8::Value::ToString(v8::Local<v8::Context>) const
V8_WARN_UNUSED_RESULT MaybeLocal<String> ToString(
^~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2750:44: note: candidate expects 1 argument, 0 provided
In file included from ../src/WebWorkerThreads.cc:17:0:
../src/bson.cc:204:49: error: no matching function for call to 'v8::Value::ToObject()'
const Local<Object>& object = value->ToObject();
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2754:44: note: candidate: v8::MaybeLocal<v8::Object> v8::Value::ToObject(v8::Local<v8::Context>) const
V8_WARN_UNUSED_RESULT MaybeLocal<Object> ToObject(
^~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2754:44: note: candidate expects 1 argument, 0 provided
In file included from ../src/WebWorkerThreads.cc:17:0:
../src/bson.cc:205:55: error: no matching function for call to 'v8::Object::Has(v8::Local<v8::String>)'
if(object->Has(Nan::New(bson->_bsontypeString)))
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3629:37: note: candidate: v8::Maybe<bool> v8::Object::Has(v8::Local<v8::Context>, v8::Local<v8::Value>)
V8_WARN_UNUSED_RESULT Maybe<bool> Has(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3629:37: note: candidate expects 2 arguments, 1 provided
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3635:37: note: candidate: v8::Maybe<bool> v8::Object::Has(v8::Local<v8::Context>, uint32_t)
V8_WARN_UNUSED_RESULT Maybe<bool> Has(Local<Context> context, uint32_t index);
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3635:37: note: candidate expects 2 arguments, 1 provided
In file included from ../src/WebWorkerThreads.cc:17:0:
../src/bson.cc:229:84: error: no matching function for call to 'v8::Object::Get(v8::Local<v8::String>)'
uint32_t length = object->Get(Nan::New(bson->_binaryPositionString))->Uint32Value();
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3594:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, v8::Local<v8::Value>)
V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3594:43: note: candidate expects 2 arguments, 1 provided
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3597:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, uint32_t)
V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3597:43: note: candidate expects 2 arguments, 1 provided
In file included from ../src/WebWorkerThreads.cc:17:0:
../src/bson.cc:230:90: error: no matching function for call to 'v8::Object::Get(v8::Local<v8::String>)'
Local<Object> bufferObj = object->Get(Nan::New(bson->_binaryBufferString))->ToObject();
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3594:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, v8::Local<v8::Value>)
V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3594:43: note: candidate expects 2 arguments, 1 provided
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3597:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, uint32_t)
V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3597:43: note: candidate expects 2 arguments, 1 provided
In file included from ../src/WebWorkerThreads.cc:17:0:
../src/bson.cc:235:68: error: no matching function for call to 'v8::Object::Get(v8::Local<v8::String>)'
if(object->Get(Nan::New(bson->_binarySubTypeString))->Int32Value() == 0x02) {
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3594:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, v8::Local<v8::Value>)
V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3594:43: note: candidate expects 2 arguments, 1 provided
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3597:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, uint32_t)
V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3597:43: note: candidate expects 2 arguments, 1 provided
In file included from ../src/WebWorkerThreads.cc:17:0:
../src/bson.cc:249:95: error: no matching function for call to 'v8::Object::Get(v8::Local<v8::String>)'
this->WriteLengthPrefixedString(object->Get(Nan::New(bson->_symbolValueString))->ToString());
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3594:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, v8::Local<v8::Value>)
V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3594:43: note: candidate expects 2 arguments, 1 provided
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3597:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, uint32_t)
V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3597:43: note: candidate expects 2 arguments, 1 provided
In file included from ../src/WebWorkerThreads.cc:17:0:
../src/bson.cc:253:92: error: no matching function for call to 'v8::Object::Get(v8::Local<v8::String>)'
const Local<String>& function = object->Get(Nan::New(bson->_codeCodeString))->ToString();
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3594:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, v8::Local<v8::Value>)
V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3594:43: note: candidate expects 2 arguments, 1 provided
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3597:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, uint32_t)
V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3597:43: note: candidate expects 2 arguments, 1 provided
In file included from ../src/WebWorkerThreads.cc:17:0:
../src/bson.cc:254:90: error: no matching function for call to 'v8::Object::Get(v8::Local<v8::String>)'
const Local<Object>& scope = object->Get(Nan::New(bson->_codeScopeString))->ToObject();
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3594:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, v8::Local<v8::Value>)
V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3594:43: note: candidate expects 2 arguments, 1 provided
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3597:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, uint32_t)
V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3597:43: note: candidate expects 2 arguments, 1 provided
In file included from ../src/WebWorkerThreads.cc:17:0:
../src/bson.cc:260:67: error: no matching function for call to 'v8::Object::GetOwnPropertyNames()'
uint32_t propertyNameLength = scope->GetOwnPropertyNames()->Length();
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3714:43: note: candidate: v8::MaybeLocal<v8::Array> v8::Object::GetOwnPropertyNames(v8::Local<v8::Context>)
V8_WARN_UNUSED_RESULT MaybeLocal<Array> GetOwnPropertyNames(
^~~~~~~~~~~~~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3714:43: note: candidate expects 1 argument, 0 provided
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3723:43: note: candidate: v8::MaybeLocal<v8::Array> v8::Object::GetOwnPropertyNames(v8::Local<v8::Context>, v8::PropertyFilter, v8::KeyConversionMode)
V8_WARN_UNUSED_RESULT MaybeLocal<Array> GetOwnPropertyNames(
^~~~~~~~~~~~~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3723:43: note: candidate expects 3 arguments, 0 provided
In file included from ../src/WebWorkerThreads.cc:17:0:
../src/bson.cc:267:57: error: no matching function for call to 'v8::String::ToString()'
this->WriteLengthPrefixedString(function->ToString());
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2750:44: note: candidate: v8::MaybeLocal<v8::String> v8::Value::ToString(v8::Local<v8::Context>) const
V8_WARN_UNUSED_RESULT MaybeLocal<String> ToString(
^~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2750:44: note: candidate expects 1 argument, 0 provided
In file included from ../src/WebWorkerThreads.cc:17:0:
../src/bson.cc:274:57: error: no matching function for call to 'v8::String::ToString()'
this->WriteLengthPrefixedString(function->ToString());
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2750:44: note: candidate: v8::MaybeLocal<v8::String> v8::Value::ToString(v8::Local<v8::Context>) const
V8_WARN_UNUSED_RESULT MaybeLocal<String> ToString(
^~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2750:44: note: candidate expects 1 argument, 0 provided
In file included from ../src/WebWorkerThreads.cc:17:0:
../src/bson.cc:285:90: error: no matching function for call to 'v8::Object::Get(v8::Local<v8::String>)'
SerializeValue(refType, object->Get(Nan::New(bson->_dbRefNamespaceString)));
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3594:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, v8::Local<v8::Value>)
V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3594:43: note: candidate expects 2 arguments, 1 provided
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3597:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, uint32_t)
V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3597:43: note: candidate expects 2 arguments, 1 provided
In file included from ../src/WebWorkerThreads.cc:17:0:
../src/bson.cc:289:83: error: no matching function for call to 'v8::Object::Get(v8::Local<v8::String>)'
SerializeValue(idType, object->Get(Nan::New(bson->_dbRefOidString)));
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3594:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, v8::Local<v8::Value>)
V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3594:43: note: candidate expects 2 arguments, 1 provided
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3597:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, uint32_t)
V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3597:43: note: candidate expects 2 arguments, 1 provided
In file included from ../src/WebWorkerThreads.cc:17:0:
../src/bson.cc:291:92: error: no matching function for call to 'v8::Object::Get(v8::Local<v8::String>)'
const Local<Value>& refDbValue = object->Get(Nan::New(bson->_dbRefDbString));
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3594:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, v8::Local<v8::Value>)
V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3594:43: note: candidate expects 2 arguments, 1 provided
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3597:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, uint32_t)
V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3597:43: note: candidate expects 2 arguments, 1 provided
In file included from ../src/WebWorkerThreads.cc:17:0:
../src/bson.cc:319:54: error: no matching function for call to 'v8::Value::ToObject()'
uint32_t length = Buffer::Length(value->ToObject());
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2754:44: note: candidate: v8::MaybeLocal<v8::Object> v8::Value::ToObject(v8::Local<v8::Context>) const
V8_WARN_UNUSED_RESULT MaybeLocal<Object> ToObject(
^~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2754:44: note: candidate expects 1 argument, 0 provided
In file included from ../src/WebWorkerThreads.cc:17:0:
../src/bson.cc:324:49: error: no matching function for call to 'v8::Value::ToObject()'
this->WriteData(Buffer::Data(value->ToObject()), length);
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2754:44: note: candidate: v8::MaybeLocal<v8::Object> v8::Value::ToObject(v8::Local<v8::Context>) const
V8_WARN_UNUSED_RESULT MaybeLocal<Object> ToObject(
^~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2754:44: note: candidate expects 1 argument, 0 provided
In file included from ../src/WebWorkerThreads.cc:17:0:
../src/bson.cc: In member function 'v8::Local<v8::Value> BSONDeserializer::DeserializeDocumentInternal(bool)':
../src/bson.cc:440:59: error: no matching function for call to 'v8::Object::Has(v8::Local<v8::String>)'
if(returnObject->Has(Nan::New(bson->_dbRefIdRefString)))
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3629:37: note: candidate: v8::Maybe<bool> v8::Object::Has(v8::Local<v8::Context>, v8::Local<v8::Value>)
V8_WARN_UNUSED_RESULT Maybe<bool> Has(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3629:37: note: candidate expects 2 arguments, 1 provided
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3635:37: note: candidate: v8::Maybe<bool> v8::Object::Has(v8::Local<v8::Context>, uint32_t)
V8_WARN_UNUSED_RESULT Maybe<bool> Has(Local<Context> context, uint32_t index);
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3635:37: note: candidate expects 2 arguments, 1 provided
In file included from ../src/WebWorkerThreads.cc:17:0:
../src/bson.cc:442:82: error: no matching function for call to 'v8::Object::Get(v8::Local<v8::String>)'
Local<Value> argv[] = { returnObject->Get(Nan::New(bson->_dbRefRefString)), returnObject->Get(Nan::New(bson->_dbRefIdRefString)), returnObject->Get(Nan::New(bson->_dbRefDbRefString)) };
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3594:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, v8::Local<v8::Value>)
V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3594:43: note: candidate expects 2 arguments, 1 provided
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3597:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, uint32_t)
V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3597:43: note: candidate expects 2 arguments, 1 provided
In file included from ../src/WebWorkerThreads.cc:17:0:
../src/bson.cc:442:136: error: no matching function for call to 'v8::Object::Get(v8::Local<v8::String>)'
Local<Value> argv[] = { returnObject->Get(Nan::New(bson->_dbRefRefString)), returnObject->Get(Nan::New(bson->_dbRefIdRefString)), returnObject->Get(Nan::New(bson->_dbRefDbRefString)) };
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3594:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, v8::Local<v8::Value>)
V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3594:43: note: candidate expects 2 arguments, 1 provided
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3597:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, uint32_t)
V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3597:43: note: candidate expects 2 arguments, 1 provided
In file included from ../src/WebWorkerThreads.cc:17:0:
../src/bson.cc:442:190: error: no matching function for call to 'v8::Object::Get(v8::Local<v8::String>)'
Local<Value> argv[] = { returnObject->Get(Nan::New(bson->_dbRefRefString)), returnObject->Get(Nan::New(bson->_dbRefIdRefString)), returnObject->Get(Nan::New(bson->_dbRefDbRefString)) };
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3594:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, v8::Local<v8::Value>)
V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3594:43: note: candidate expects 2 arguments, 1 provided
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3597:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, uint32_t)
V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3597:43: note: candidate expects 2 arguments, 1 provided
In file included from ../src/WebWorkerThreads.cc:17:0:
../src/bson.cc: In member function 'v8::Local<v8::Value> BSONDeserializer::DeserializeArrayInternal(bool)':
../src/bson.cc:469:32: error: no matching function for call to 'v8::Array::Set(uint32_t&, const v8::Local<v8::Value>&)'
returnArray->Set(index, value);
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3547:37: note: candidate: v8::Maybe<bool> v8::Object::Set(v8::Local<v8::Context>, v8::Local<v8::Value>, v8::Local<v8::Value>)
V8_WARN_UNUSED_RESULT Maybe<bool> Set(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3547:37: note: candidate expects 3 arguments, 2 provided
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3550:37: note: candidate: v8::Maybe<bool> v8::Object::Set(v8::Local<v8::Context>, uint32_t, v8::Local<v8::Value>)
V8_WARN_UNUSED_RESULT Maybe<bool> Set(Local<Context> context, uint32_t index,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3550:37: note: candidate expects 3 arguments, 2 provided
In file included from ../src/WebWorkerThreads.cc:17:0:
../src/bson.cc: In member function 'v8::Local<v8::Value> BSONDeserializer::DeserializeValue(BsonType, bool)':
../src/bson.cc:511:39: error: no matching function for call to 'v8::Value::ToString()'
return RegExp::New(regex->ToString(), (RegExp::Flags) options);
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2750:44: note: candidate: v8::MaybeLocal<v8::String> v8::Value::ToString(v8::Local<v8::Context>) const
V8_WARN_UNUSED_RESULT MaybeLocal<String> ToString(
^~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2750:44: note: candidate expects 1 argument, 0 provided
In file included from ../src/WebWorkerThreads.cc:17:0:
../src/bson.cc:527:50: error: no matching function for call to 'v8::Value::ToObject()'
Local<Value> argv[] = { code, scope->ToObject() };
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2754:44: note: candidate: v8::MaybeLocal<v8::Object> v8::Value::ToObject(v8::Local<v8::Context>) const
V8_WARN_UNUSED_RESULT MaybeLocal<Object> ToObject(
^~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2754:44: note: candidate expects 1 argument, 0 provided
In file included from ../src/WebWorkerThreads.cc:17:0:
../src/bson.cc: In static member function 'static void BSON::Initialize(v8::Local<v8::Object>)':
../src/bson.cc:690:94: error: no matching function for call to 'v8::FunctionTemplate::GetFunction()'
Nan::DefineOwnProperty(target, Nan::New<String>("BSON").ToLocalChecked(), t->GetFunction(), v8::None);
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:6283:46: note: candidate: v8::MaybeLocal<v8::Function> v8::FunctionTemplate::GetFunction(v8::Local<v8::Context>)
V8_WARN_UNUSED_RESULT MaybeLocal<Function> GetFunction(
^~~~~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:6283:46: note: candidate expects 1 argument, 0 provided
In file included from ../src/WebWorkerThreads.cc:17:0:
../src/bson.cc: In static member function 'static Nan::NAN_METHOD_RETURN_TYPE BSON::New(Nan::NAN_METHOD_ARGS_TYPE)':
../src/bson.cc:714:62: error: no matching function for call to 'v8::Array::Get(uint32_t&)'
Local<Function> func = Local<Function>::Cast(array->Get(i));
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3594:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, v8::Local<v8::Value>)
V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3594:43: note: candidate expects 2 arguments, 1 provided
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3597:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, uint32_t)
V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3597:43: note: candidate expects 2 arguments, 1 provided
In file included from ../src/WebWorkerThreads.cc:17:0:
../src/bson.cc:715:60: error: no matching function for call to 'v8::Value::ToString()'
Local<String> functionName = func->GetName()->ToString();
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2750:44: note: candidate: v8::MaybeLocal<v8::String> v8::Value::ToString(v8::Local<v8::Context>) const
V8_WARN_UNUSED_RESULT MaybeLocal<String> ToString(
^~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2750:44: note: candidate expects 1 argument, 0 provided
In file included from ../src/WebWorkerThreads.cc:17:0:
../src/bson.cc: In static member function 'static Nan::NAN_METHOD_RETURN_TYPE BSON::BSONDeserialize(Nan::NAN_METHOD_ARGS_TYPE)':
../src/bson.cc:781:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(info.Length() > 1 && !info[0]->IsString() && !Buffer::HasInstance(info[0]))
^~
../src/bson.cc:785:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
bool promoteLongs = true;
^~~~
../src/bson.cc:789:51: error: no matching function for call to 'v8::Value::ToObject()'
Local<Object> options = info[1]->ToObject();
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2754:44: note: candidate: v8::MaybeLocal<v8::Object> v8::Value::ToObject(v8::Local<v8::Context>) const
V8_WARN_UNUSED_RESULT MaybeLocal<Object> ToObject(
^~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2754:44: note: candidate expects 1 argument, 0 provided
In file included from ../src/WebWorkerThreads.cc:17:0:
../src/bson.cc:791:74: error: no matching function for call to 'v8::Object::Has(v8::Local<v8::String>)'
if(options->Has(Nan::New<String>("promoteLongs").ToLocalChecked())) {
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3629:37: note: candidate: v8::Maybe<bool> v8::Object::Has(v8::Local<v8::Context>, v8::Local<v8::Value>)
V8_WARN_UNUSED_RESULT Maybe<bool> Has(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3629:37: note: candidate expects 2 arguments, 1 provided
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3635:37: note: candidate: v8::Maybe<bool> v8::Object::Has(v8::Local<v8::Context>, uint32_t)
V8_WARN_UNUSED_RESULT Maybe<bool> Has(Local<Context> context, uint32_t index);
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3635:37: note: candidate expects 2 arguments, 1 provided
In file included from ../src/WebWorkerThreads.cc:17:0:
../src/bson.cc:792:90: error: no matching function for call to 'v8::Object::Get(v8::Local<v8::String>)'
promoteLongs = options->Get(Nan::New<String>("promoteLongs").ToLocalChecked())->ToBoolean()->Value();
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3594:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, v8::Local<v8::Value>)
V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3594:43: note: candidate expects 2 arguments, 1 provided
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3597:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, uint32_t)
V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3597:43: note: candidate expects 2 arguments, 1 provided
In file included from ../src/WebWorkerThreads.cc:17:0:
../src/bson.cc:797:43: error: no matching function for call to 'v8::Value::ToObject()'
Local<Object> obj = info[0]->ToObject();
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2754:44: note: candidate: v8::MaybeLocal<v8::Object> v8::Value::ToObject(v8::Local<v8::Context>) const
V8_WARN_UNUSED_RESULT MaybeLocal<Object> ToObject(
^~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2754:44: note: candidate expects 1 argument, 0 provided
In file included from ../src/WebWorkerThreads.cc:17:0:
../src/bson.cc: In member function 'v8::Local<v8::Object> BSON::GetSerializeObject(const v8::Local<v8::Value>&)':
../src/bson.cc:864:44: error: no matching function for call to 'v8::Value::ToObject()'
Local<Object> object = argValue->ToObject();
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2754:44: note: candidate: v8::MaybeLocal<v8::Object> v8::Value::ToObject(v8::Local<v8::Context>) const
V8_WARN_UNUSED_RESULT MaybeLocal<Object> ToObject(
^~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2754:44: note: candidate expects 1 argument, 0 provided
In file included from ../src/WebWorkerThreads.cc:17:0:
../src/bson.cc:865:43: error: no matching function for call to 'v8::Object::Has(v8::Local<v8::String>)'
if(object->Has(Nan::New(_toBSONString)))
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3629:37: note: candidate: v8::Maybe<bool> v8::Object::Has(v8::Local<v8::Context>, v8::Local<v8::Value>)
V8_WARN_UNUSED_RESULT Maybe<bool> Has(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3629:37: note: candidate expects 2 arguments, 1 provided
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3635:37: note: candidate: v8::Maybe<bool> v8::Object::Has(v8::Local<v8::Context>, uint32_t)
V8_WARN_UNUSED_RESULT Maybe<bool> Has(Local<Context> context, uint32_t index);
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3635:37: note: candidate expects 2 arguments, 1 provided
In file included from ../src/WebWorkerThreads.cc:17:0:
../src/bson.cc:867:73: error: no matching function for call to 'v8::Object::Get(v8::Local<v8::String>)'
const Local<Value>& toBSON = object->Get(Nan::New(_toBSONString));
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3594:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, v8::Local<v8::Value>)
V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3594:43: note: candidate expects 2 arguments, 1 provided
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3597:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, uint32_t)
V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3597:43: note: candidate expects 2 arguments, 1 provided
In file included from ../src/WebWorkerThreads.cc:17:0:
../src/bson.cc:870:76: error: no matching function for call to 'v8::Function::Call(v8::Local<v8::Object>&, int, NULL)'
Local<Value> result = Local<Function>::Cast(toBSON)->Call(object, 0, NULL);
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:4335:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Function::Call(v8::Local<v8::Context>, v8::Local<v8::Value>, int, v8::Local<v8::Value>*)
V8_WARN_UNUSED_RESULT MaybeLocal<Value> Call(Local<Context> context,
^~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:4335:43: note: candidate expects 4 arguments, 3 provided
In file included from ../src/WebWorkerThreads.cc:17:0:
../src/bson.cc:872:27: error: no matching function for call to 'v8::Value::ToObject()'
return result->ToObject();
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2754:44: note: candidate: v8::MaybeLocal<v8::Object> v8::Value::ToObject(v8::Local<v8::Context>) const
V8_WARN_UNUSED_RESULT MaybeLocal<Object> ToObject(
^~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2754:44: note: candidate expects 1 argument, 0 provided
In file included from ../src/WebWorkerThreads.cc:17:0:
../src/bson.cc: In static member function 'static Nan::NAN_METHOD_RETURN_TYPE BSON::BSONSerialize(Nan::NAN_METHOD_ARGS_TYPE)':
../src/bson.cc:898:77: error: no matching function for call to 'v8::Value::BooleanValue()'
bool serializeFunctions = (info.Length() >= 4) && info[3]->BooleanValue();
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2771:8: note: candidate: bool v8::Value::BooleanValue(v8::Isolate*) const
bool BooleanValue(Isolate* isolate) const;
^~~~~~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2771:8: note: candidate expects 1 argument, 0 provided
In file included from ../src/WebWorkerThreads.cc:17:0:
../src/bson.cc:914:94: error: no matching function for call to 'v8::Value::BooleanValue()'
bool checkKeys = info.Length() >= 3 && info[1]->IsBoolean() && info[1]->BooleanValue();
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2771:8: note: candidate: bool v8::Value::BooleanValue(v8::Isolate*) const
bool BooleanValue(Isolate* isolate) const;
^~~~~~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2771:8: note: candidate expects 1 argument, 0 provided
In file included from ../src/WebWorkerThreads.cc:17:0:
../src/bson.cc:935:105: error: no matching function for call to 'v8::Value::ToString()'
Local<Value> bin_value = Nan::Encode(serialized_object, object_size, (Nan::Encoding)BINARY)->ToString();
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2750:44: note: candidate: v8::MaybeLocal<v8::String> v8::Value::ToString(v8::Local<v8::Context>) const
V8_WARN_UNUSED_RESULT MaybeLocal<String> ToString(
^~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2750:44: note: candidate expects 1 argument, 0 provided
In file included from ../src/WebWorkerThreads.cc:17:0:
../src/bson.cc: In static member function 'static Nan::NAN_METHOD_RETURN_TYPE BSON::CalculateObjectSize(Nan::NAN_METHOD_ARGS_TYPE)':
../src/bson.cc:951:77: error: no matching function for call to 'v8::Value::BooleanValue()'
bool serializeFunctions = (info.Length() >= 2) && info[1]->BooleanValue();
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2771:8: note: candidate: bool v8::Value::BooleanValue(v8::Isolate*) const
bool BooleanValue(Isolate* isolate) const;
^~~~~~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2771:8: note: candidate expects 1 argument, 0 provided
In file included from ../src/WebWorkerThreads.cc:17:0:
../src/bson.cc: In static member function 'static Nan::NAN_METHOD_RETURN_TYPE BSON::SerializeWithBufferAndIndex(Nan::NAN_METHOD_ARGS_TYPE)':
../src/bson.cc:976:47: error: no matching function for call to 'v8::Value::ToObject()'
Local<Object> obj = info[2]->ToObject();
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2754:44: note: candidate: v8::MaybeLocal<v8::Object> v8::Value::ToObject(v8::Local<v8::Context>) const
V8_WARN_UNUSED_RESULT MaybeLocal<Object> ToObject(
^~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2754:44: note: candidate expects 1 argument, 0 provided
In file included from ../src/WebWorkerThreads.cc:17:0:
../src/bson.cc:980:38: error: no matching function for call to 'v8::Value::Uint32Value()'
index = info[3]->Uint32Value();
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2776:41: note: candidate: v8::Maybe<unsigned int> v8::Value::Uint32Value(v8::Local<v8::Context>) const
V8_WARN_UNUSED_RESULT Maybe<uint32_t> Uint32Value(
^~~~~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2776:41: note: candidate expects 1 argument, 0 provided
In file included from ../src/WebWorkerThreads.cc:17:0:
../src/bson.cc:981:94: error: no matching function for call to 'v8::Value::BooleanValue()'
bool checkKeys = info.Length() >= 4 && info[1]->IsBoolean() && info[1]->BooleanValue();
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2771:8: note: candidate: bool v8::Value::BooleanValue(v8::Isolate*) const
bool BooleanValue(Isolate* isolate) const;
^~~~~~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2771:8: note: candidate expects 1 argument, 0 provided
In file included from ../src/WebWorkerThreads.cc:17:0:
../src/bson.cc:982:81: error: no matching function for call to 'v8::Value::BooleanValue()'
bool serializeFunctions = (info.Length() == 5) && info[4]->BooleanValue();
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2771:8: note: candidate: bool v8::Value::BooleanValue(v8::Isolate*) const
bool BooleanValue(Isolate* isolate) const;
^~~~~~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2771:8: note: candidate expects 1 argument, 0 provided
In file included from ../src/WebWorkerThreads.cc:17:0:
../src/bson.cc: In static member function 'static Nan::NAN_METHOD_RETURN_TYPE BSON::BSONDeserializeStream(Nan::NAN_METHOD_ARGS_TYPE)':
../src/bson.cc:1021:43: error: no matching function for call to 'v8::Value::ToObject()'
Local<Object> obj = info[0]->ToObject();
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2754:44: note: candidate: v8::MaybeLocal<v8::Object> v8::Value::ToObject(v8::Local<v8::Context>) const
V8_WARN_UNUSED_RESULT MaybeLocal<Object> ToObject(
^~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2754:44: note: candidate expects 1 argument, 0 provided
In file included from ../src/WebWorkerThreads.cc:17:0:
../src/bson.cc:1022:55: error: no matching function for call to 'v8::Value::Uint32Value()'
uint32_t numberOfDocuments = info[2]->Uint32Value();
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2776:41: note: candidate: v8::Maybe<unsigned int> v8::Value::Uint32Value(v8::Local<v8::Context>) const
V8_WARN_UNUSED_RESULT Maybe<uint32_t> Uint32Value(
^~~~~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2776:41: note: candidate expects 1 argument, 0 provided
In file included from ../src/WebWorkerThreads.cc:17:0:
../src/bson.cc:1023:43: error: no matching function for call to 'v8::Value::Uint32Value()'
uint32_t index = info[1]->Uint32Value();
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2776:41: note: candidate: v8::Maybe<unsigned int> v8::Value::Uint32Value(v8::Local<v8::Context>) const
V8_WARN_UNUSED_RESULT Maybe<uint32_t> Uint32Value(
^~~~~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2776:41: note: candidate expects 1 argument, 0 provided
In file included from ../src/WebWorkerThreads.cc:17:0:
../src/bson.cc:1024:49: error: no matching function for call to 'v8::Value::Uint32Value()'
uint32_t resultIndex = info[4]->Uint32Value();
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2776:41: note: candidate: v8::Maybe<unsigned int> v8::Value::Uint32Value(v8::Local<v8::Context>) const
V8_WARN_UNUSED_RESULT Maybe<uint32_t> Uint32Value(
^~~~~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2776:41: note: candidate expects 1 argument, 0 provided
In file included from ../src/WebWorkerThreads.cc:17:0:
../src/bson.cc:1029:51: error: no matching function for call to 'v8::Value::ToObject()'
Local<Object> options = info[5]->ToObject();
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2754:44: note: candidate: v8::MaybeLocal<v8::Object> v8::Value::ToObject(v8::Local<v8::Context>) const
V8_WARN_UNUSED_RESULT MaybeLocal<Object> ToObject(
^~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2754:44: note: candidate expects 1 argument, 0 provided
In file included from ../src/WebWorkerThreads.cc:17:0:
../src/bson.cc:1032:74: error: no matching function for call to 'v8::Object::Has(v8::Local<v8::String>)'
if(options->Has(Nan::New<String>("promoteLongs").ToLocalChecked())) {
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3629:37: note: candidate: v8::Maybe<bool> v8::Object::Has(v8::Local<v8::Context>, v8::Local<v8::Value>)
V8_WARN_UNUSED_RESULT Maybe<bool> Has(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3629:37: note: candidate expects 2 arguments, 1 provided
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3635:37: note: candidate: v8::Maybe<bool> v8::Object::Has(v8::Local<v8::Context>, uint32_t)
V8_WARN_UNUSED_RESULT Maybe<bool> Has(Local<Context> context, uint32_t index);
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3635:37: note: candidate expects 2 arguments, 1 provided
In file included from ../src/WebWorkerThreads.cc:17:0:
../src/bson.cc:1033:90: error: no matching function for call to 'v8::Object::Get(v8::Local<v8::String>)'
promoteLongs = options->Get(Nan::New<String>("promoteLongs").ToLocalChecked())->ToBoolean()->Value();
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3594:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, v8::Local<v8::Value>)
V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3594:43: note: candidate expects 2 arguments, 1 provided
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3597:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, uint32_t)
V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3597:43: note: candidate expects 2 arguments, 1 provided
In file included from ../src/WebWorkerThreads.cc:17:0:
../src/bson.cc:1051:49: error: no matching function for call to 'v8::Value::ToObject()'
Local<Object> documents = info[3]->ToObject();
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2754:44: note: candidate: v8::MaybeLocal<v8::Object> v8::Value::ToObject(v8::Local<v8::Context>) const
V8_WARN_UNUSED_RESULT MaybeLocal<Object> ToObject(
^~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2754:44: note: candidate expects 1 argument, 0 provided
In file included from ../src/WebWorkerThreads.cc:17:0:
../src/bson.cc:1058:82: error: no matching function for call to 'v8::Object::Set(uint32_t, v8::Local<v8::Value>)'
documents->Set(i + resultIndex, deserializer.DeserializeDocument(promoteLongs));
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3547:37: note: candidate: v8::Maybe<bool> v8::Object::Set(v8::Local<v8::Context>, v8::Local<v8::Value>, v8::Local<v8::Value>)
V8_WARN_UNUSED_RESULT Maybe<bool> Set(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3547:37: note: candidate expects 3 arguments, 2 provided
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3550:37: note: candidate: v8::Maybe<bool> v8::Object::Set(v8::Local<v8::Context>, uint32_t, v8::Local<v8::Value>)
V8_WARN_UNUSED_RESULT Maybe<bool> Set(Local<Context> context, uint32_t index,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3550:37: note: candidate expects 3 arguments, 2 provided
In file included from ../src/WebWorkerThreads.cc:18:0:
../src/jslib.cc: In function 'void ReportException(Nan::TryCatch*)':
../src/jslib.cc:32:52: error: no matching function for call to 'v8::String::Utf8Value::Utf8Value(v8::Local<v8::Value>)'
String::Utf8Value exception(try_catch->Exception());
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3180:5: note: candidate: v8::String::Utf8Value::Utf8Value(v8::Isolate*, v8::Local<v8::Value>)
Utf8Value(Isolate* isolate, Local<v8::Value> obj);
^~~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3180:5: note: candidate expects 2 arguments, 1 provided
In file included from ../src/WebWorkerThreads.cc:18:0:
../src/jslib.cc:40:62: error: no matching function for call to 'v8::String::Utf8Value::Utf8Value(v8::Local<v8::Value>)'
String::Utf8Value filename(message->GetScriptResourceName());
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3180:5: note: candidate: v8::String::Utf8Value::Utf8Value(v8::Isolate*, v8::Local<v8::Value>)
Utf8Value(Isolate* isolate, Local<v8::Value> obj);
^~~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3180:5: note: candidate expects 2 arguments, 1 provided
In file included from ../src/WebWorkerThreads.cc:18:0:
../src/jslib.cc:41:40: error: no matching function for call to 'v8::Message::GetLineNumber()'
int linenum = message->GetLineNumber();
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:1991:36: note: candidate: v8::Maybe<int> v8::Message::GetLineNumber(v8::Local<v8::Context>) const
V8_WARN_UNUSED_RESULT Maybe<int> GetLineNumber(Local<Context> context) const;
^~~~~~~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:1991:36: note: candidate expects 1 argument, 0 provided
In file included from ../src/WebWorkerThreads.cc:18:0:
../src/jslib.cc:44:55: error: no matching function for call to 'v8::Message::GetSourceLine()'
String::Utf8Value sourceline(message->GetSourceLine());
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:1966:44: note: candidate: v8::MaybeLocal<v8::String> v8::Message::GetSourceLine(v8::Local<v8::Context>) const
V8_WARN_UNUSED_RESULT MaybeLocal<String> GetSourceLine(
^~~~~~~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:1966:44: note: candidate expects 1 argument, 0 provided
In file included from ../src/WebWorkerThreads.cc:18:0:
../src/jslib.cc:66:73: error: no matching function for call to 'v8::String::Utf8Value::Utf8Value(v8::Local<v8::Value>)'
String::Utf8Value stack_trace(try_catch->StackTrace().ToLocalChecked());
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3180:5: note: candidate: v8::String::Utf8Value::Utf8Value(v8::Isolate*, v8::Local<v8::Value>)
Utf8Value(Isolate* isolate, Local<v8::Value> obj);
^~~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3180:5: note: candidate expects 2 arguments, 1 provided
In file included from ../src/WebWorkerThreads.cc:18:0:
../src/jslib.cc: In function 'Nan::NAN_METHOD_RETURN_TYPE readFileSync_(Nan::NAN_METHOD_ARGS_TYPE)':
../src/jslib.cc:77:68: error: no matching function for call to 'v8::String::Utf8Value::Utf8Value(v8::Local<v8::String>)'
FILE *f = fopen(*String::Utf8Value(Local<String>::Cast(info[0])), "rb");
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3180:5: note: candidate: v8::String::Utf8Value::Utf8Value(v8::Isolate*, v8::Local<v8::Value>)
Utf8Value(Isolate* isolate, Local<v8::Value> obj);
^~~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3180:5: note: candidate expects 2 arguments, 1 provided
In file included from ../src/WebWorkerThreads.cc:18:0:
../src/jslib.cc: In function 'void console_common_1(const v8::Local<v8::Value>&, FILE*, int)':
../src/jslib.cc:121:49: error: no matching function for call to 'v8::Object::GetPropertyNames()'
Local<Array> ar = obj->GetPropertyNames();
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3702:43: note: candidate: v8::MaybeLocal<v8::Array> v8::Object::GetPropertyNames(v8::Local<v8::Context>)
V8_WARN_UNUSED_RESULT MaybeLocal<Array> GetPropertyNames(
^~~~~~~~~~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3702:43: note: candidate expects 1 argument, 0 provided
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3704:43: note: candidate: v8::MaybeLocal<v8::Array> v8::Object::GetPropertyNames(v8::Local<v8::Context>, v8::KeyCollectionMode, v8::PropertyFilter, v8::IndexFilter, v8::KeyConversionMode)
V8_WARN_UNUSED_RESULT MaybeLocal<Array> GetPropertyNames(
^~~~~~~~~~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3704:43: note: candidate expects 5 arguments, 0 provided
In file included from ../src/WebWorkerThreads.cc:18:0:
../src/jslib.cc:124:27: error: no matching function for call to 'v8::Array::Get(int&)'
lv = obj->Get(ar->Get(i));
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3594:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, v8::Local<v8::Value>)
V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3594:43: note: candidate expects 2 arguments, 1 provided
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3597:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, uint32_t)
V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3597:43: note: candidate expects 2 arguments, 1 provided
In file included from ../src/WebWorkerThreads.cc:18:0:
../src/jslib.cc:125:92: error: no matching function for call to 'v8::Array::Get(int&)'
fprintf(fd, "%s%s: ", indent, *(String::Utf8Value(Local<String>::Cast(ar->Get(i)))));
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3594:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, v8::Local<v8::Value>)
V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3594:43: note: candidate expects 2 arguments, 1 provided
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3597:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, uint32_t)
V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3597:43: note: candidate expects 2 arguments, 1 provided
In file included from ../src/WebWorkerThreads.cc:18:0:
../src/jslib.cc:132:90: error: no matching function for call to 'v8::String::Utf8Value::Utf8Value(v8::Local<v8::String>)'
fprintf(fd, "%s%s\n", indent, *(String::Utf8Value(Local<String>::Cast(lv))));
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3180:5: note: candidate: v8::String::Utf8Value::Utf8Value(v8::Isolate*, v8::Local<v8::Value>)
Utf8Value(Isolate* isolate, Local<v8::Value> obj);
^~~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3180:5: note: candidate expects 2 arguments, 1 provided
In file included from ../src/WebWorkerThreads.cc:18:0:
../src/jslib.cc:141:19: error: no matching function for call to 'v8::Array::Get(int&)'
lv = obj->Get(i);
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3594:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, v8::Local<v8::Value>)
V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3594:43: note: candidate expects 2 arguments, 1 provided
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3597:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, uint32_t)
V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3597:43: note: candidate expects 2 arguments, 1 provided
In file included from ../src/WebWorkerThreads.cc:18:0:
../src/jslib.cc:149:90: error: no matching function for call to 'v8::String::Utf8Value::Utf8Value(v8::Local<v8::String>)'
fprintf(fd, "%s%s\n", indent, *(String::Utf8Value(Local<String>::Cast(lv))));
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3180:5: note: candidate: v8::String::Utf8Value::Utf8Value(v8::Isolate*, v8::Local<v8::Value>)
Utf8Value(Isolate* isolate, Local<v8::Value> obj);
^~~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3180:5: note: candidate expects 2 arguments, 1 provided
In file included from ../src/WebWorkerThreads.cc:18:0:
../src/jslib.cc:154:81: error: no matching function for call to 'v8::String::Utf8Value::Utf8Value(v8::Local<v8::String>)'
fprintf(fd, "%s%s\n", indent, *(String::Utf8Value(Local<String>::Cast(v))));
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3180:5: note: candidate: v8::String::Utf8Value::Utf8Value(v8::Isolate*, v8::Local<v8::Value>)
Utf8Value(Isolate* isolate, Local<v8::Value> obj);
^~~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3180:5: note: candidate expects 2 arguments, 1 provided
../src/WebWorkerThreads.cc: In function 'Nan::NAN_METHOD_RETURN_TYPE Puts(Nan::NAN_METHOD_ARGS_TYPE)':
../src/WebWorkerThreads.cc:168:36: error: no matching function for call to 'v8::String::Utf8Value::Utf8Value(v8::Local<v8::Value>)'
String::Utf8Value c_str(info[i]);
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3180:5: note: candidate: v8::String::Utf8Value::Utf8Value(v8::Isolate*, v8::Local<v8::Value>)
Utf8Value(Isolate* isolate, Local<v8::Value> obj);
^~~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3180:5: note: candidate expects 2 arguments, 1 provided
../src/WebWorkerThreads.cc: In function 'Nan::NAN_METHOD_RETURN_TYPE Print(Nan::NAN_METHOD_ARGS_TYPE)':
../src/WebWorkerThreads.cc:182:40: error: no matching function for call to 'v8::String::Utf8Value::Utf8Value(v8::Local<v8::Value>)'
String::Utf8Value c_str(info[i]);
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3180:5: note: candidate: v8::String::Utf8Value::Utf8Value(v8::Isolate*, v8::Local<v8::Value>)
Utf8Value(Isolate* isolate, Local<v8::Value> obj);
^~~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3180:5: note: candidate expects 2 arguments, 1 provided
In file included from ../src/WebWorkerThreads.cc:18:0:
../src/WebWorkerThreads.cc: In function 'void eventLoop(typeThread*)':
../src/jslib.cc:27:122: error: no matching function for call to 'v8::FunctionTemplate::GetFunction()'
Nan::DefineOwnProperty(obj, Nan::New<String>(name).ToLocalChecked(), Nan::New<FunctionTemplate>(fnname)->GetFunction(), (PropertyAttribute)(DontDelete));
^
../src/WebWorkerThreads.cc:258:5: note: in expansion of macro 'JSObjFn'
JSObjFn(fs_obj, "readFileSync", readFileSync_);
^~~~~~~
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:6283:46: note: candidate: v8::MaybeLocal<v8::Function> v8::FunctionTemplate::GetFunction(v8::Local<v8::Context>)
V8_WARN_UNUSED_RESULT MaybeLocal<Function> GetFunction(
^~~~~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:6283:46: note: candidate expects 1 argument, 0 provided
In file included from ../src/WebWorkerThreads.cc:18:0:
../src/jslib.cc:27:122: error: no matching function for call to 'v8::FunctionTemplate::GetFunction()'
Nan::DefineOwnProperty(obj, Nan::New<String>(name).ToLocalChecked(), Nan::New<FunctionTemplate>(fnname)->GetFunction(), (PropertyAttribute)(DontDelete));
^
../src/WebWorkerThreads.cc:262:5: note: in expansion of macro 'JSObjFn'
JSObjFn(console_obj, "log", console_log);
^~~~~~~
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:6283:46: note: candidate: v8::MaybeLocal<v8::Function> v8::FunctionTemplate::GetFunction(v8::Local<v8::Context>)
V8_WARN_UNUSED_RESULT MaybeLocal<Function> GetFunction(
^~~~~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:6283:46: note: candidate expects 1 argument, 0 provided
In file included from ../src/WebWorkerThreads.cc:18:0:
../src/jslib.cc:27:122: error: no matching function for call to 'v8::FunctionTemplate::GetFunction()'
Nan::DefineOwnProperty(obj, Nan::New<String>(name).ToLocalChecked(), Nan::New<FunctionTemplate>(fnname)->GetFunction(), (PropertyAttribute)(DontDelete));
^
../src/WebWorkerThreads.cc:263:5: note: in expansion of macro 'JSObjFn'
JSObjFn(console_obj, "error", console_error);
^~~~~~~
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:6283:46: note: candidate: v8::MaybeLocal<v8::Function> v8::FunctionTemplate::GetFunction(v8::Local<v8::Context>)
V8_WARN_UNUSED_RESULT MaybeLocal<Function> GetFunction(
^~~~~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:6283:46: note: candidate expects 1 argument, 0 provided
../src/WebWorkerThreads.cc:269:125: error: no matching function for call to 'v8::FunctionTemplate::GetFunction()'
Nan::DefineOwnProperty(global, Nan::New<String>("puts").ToLocalChecked(), Nan::New<FunctionTemplate>(Puts)->GetFunction(), v8::None);
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:6283:46: note: candidate: v8::MaybeLocal<v8::Function> v8::FunctionTemplate::GetFunction(v8::Local<v8::Context>)
V8_WARN_UNUSED_RESULT MaybeLocal<Function> GetFunction(
^~~~~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:6283:46: note: candidate expects 1 argument, 0 provided
../src/WebWorkerThreads.cc:270:127: error: no matching function for call to 'v8::FunctionTemplate::GetFunction()'
Nan::DefineOwnProperty(global, Nan::New<String>("print").ToLocalChecked(), Nan::New<FunctionTemplate>(Print)->GetFunction(), v8::None);
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:6283:46: note: candidate: v8::MaybeLocal<v8::Function> v8::FunctionTemplate::GetFunction(v8::Local<v8::Context>)
V8_WARN_UNUSED_RESULT MaybeLocal<Function> GetFunction(
^~~~~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:6283:46: note: candidate expects 1 argument, 0 provided
../src/WebWorkerThreads.cc:272:139: error: no matching function for call to 'v8::FunctionTemplate::GetFunction()'
Nan::DefineOwnProperty(global, Nan::New<String>("postMessage").ToLocalChecked(), Nan::New<FunctionTemplate>(postMessage)->GetFunction(), v8::None);
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:6283:46: note: candidate: v8::MaybeLocal<v8::Function> v8::FunctionTemplate::GetFunction(v8::Local<v8::Context>)
V8_WARN_UNUSED_RESULT MaybeLocal<Function> GetFunction(
^~~~~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:6283:46: note: candidate expects 1 argument, 0 provided
../src/WebWorkerThreads.cc:273:137: error: no matching function for call to 'v8::FunctionTemplate::GetFunction()'
Nan::DefineOwnProperty(global, Nan::New<String>("__postError").ToLocalChecked(), Nan::New<FunctionTemplate>(postError)->GetFunction(), v8::None);
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:6283:46: note: candidate: v8::MaybeLocal<v8::Function> v8::FunctionTemplate::GetFunction(v8::Local<v8::Context>)
V8_WARN_UNUSED_RESULT MaybeLocal<Function> GetFunction(
^~~~~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:6283:46: note: candidate expects 1 argument, 0 provided
../src/WebWorkerThreads.cc:278:92: error: no matching function for call to 'v8::Object::Set(v8::Local<v8::String>, Nan::imp::FactoryBase<v8::Number>::return_t)'
threadObject->Set(Nan::New<String>("id").ToLocalChecked(), Nan::New<Number>(thread->id));
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3547:37: note: candidate: v8::Maybe<bool> v8::Object::Set(v8::Local<v8::Context>, v8::Local<v8::Value>, v8::Local<v8::Value>)
V8_WARN_UNUSED_RESULT Maybe<bool> Set(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3547:37: note: candidate expects 3 arguments, 2 provided
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3550:37: note: candidate: v8::Maybe<bool> v8::Object::Set(v8::Local<v8::Context>, uint32_t, v8::Local<v8::Value>)
V8_WARN_UNUSED_RESULT Maybe<bool> Set(Local<Context> context, uint32_t index,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3550:37: note: candidate expects 3 arguments, 2 provided
../src/WebWorkerThreads.cc:279:118: error: no matching function for call to 'v8::FunctionTemplate::GetFunction()'
threadObject->Set(Nan::New<String>("emit").ToLocalChecked(), Nan::New<FunctionTemplate>(threadEmit)->GetFunction());
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:6283:46: note: candidate: v8::MaybeLocal<v8::Function> v8::FunctionTemplate::GetFunction(v8::Local<v8::Context>)
V8_WARN_UNUSED_RESULT MaybeLocal<Function> GetFunction(
^~~~~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:6283:46: note: candidate expects 1 argument, 0 provided
../src/WebWorkerThreads.cc:280:116: error: no matching function for call to 'v8::Script::Compile(v8::Local<v8::String>)'
Local<Object> dispatchEvents= Nan::CallAsFunction(Script::Compile(Nan::New<String>(kEvents_js).ToLocalChecked())->Run()->ToObject(), threadObject, 0, NULL).ToLocalChecked()->ToObject();
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:1588:51: note: candidate: static v8::MaybeLocal<v8::Script> v8::Script::Compile(v8::Local<v8::Context>, v8::Local<v8::String>, v8::ScriptOrigin*)
static V8_WARN_UNUSED_RESULT MaybeLocal<Script> Compile(
^~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:1588:51: note: candidate expects 3 arguments, 1 provided
../src/WebWorkerThreads.cc:281:108: error: no matching function for call to 'v8::Script::Compile(v8::Local<v8::String>)'
Local<Object> dispatchNextTicks= Script::Compile(Nan::New<String>(kThread_nextTick_js).ToLocalChecked())->Run()->ToObject();
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:1588:51: note: candidate: static v8::MaybeLocal<v8::Script> v8::Script::Compile(v8::Local<v8::Context>, v8::Local<v8::String>, v8::ScriptOrigin*)
static V8_WARN_UNUSED_RESULT MaybeLocal<Script> Compile(
^~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:1588:51: note: candidate expects 3 arguments, 1 provided
../src/WebWorkerThreads.cc:283:91: error: no matching function for call to 'v8::Object::Get(v8::Local<v8::String>)'
Array* _ntq = Array::Cast(*threadObject->Get(Nan::New<String>("_ntq").ToLocalChecked()));
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3594:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, v8::Local<v8::Value>)
V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3594:43: note: candidate expects 2 arguments, 1 provided
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3597:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, uint32_t)
V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3597:43: note: candidate expects 2 arguments, 1 provided
../src/WebWorkerThreads.cc:285:64: error: no matching function for call to 'v8::Script::Compile(v8::Local<v8::String>)'
Script::Compile(Nan::New<String>(kLoad_js).ToLocalChecked())->Run();
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:1588:51: note: candidate: static v8::MaybeLocal<v8::Script> v8::Script::Compile(v8::Local<v8::Context>, v8::Local<v8::String>, v8::ScriptOrigin*)
static V8_WARN_UNUSED_RESULT MaybeLocal<Script> Compile(
^~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:1588:51: note: candidate expects 3 arguments, 1 provided
../src/WebWorkerThreads.cc:334:115: error: no matching function for call to 'v8::String::Utf8Value::Utf8Value(v8::Local<v8::Value>)'
job->typeEval.resultado= new String::Utf8Value(job->typeEval.error ? onError.Exception() : resultado);
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3180:5: note: candidate: v8::String::Utf8Value::Utf8Value(v8::Isolate*, v8::Local<v8::Value>)
Utf8Value(Isolate* isolate, Local<v8::Value> obj);
^~~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3180:5: note: candidate expects 2 arguments, 1 provided
../src/WebWorkerThreads.cc:359:86: error: no matching function for call to 'v8::Array::Set(int&, v8::Local<v8::String>)'
array->Set(i, Nan::New<String>(**str, (*str).length()).ToLocalChecked());
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3547:37: note: candidate: v8::Maybe<bool> v8::Object::Set(v8::Local<v8::Context>, v8::Local<v8::Value>, v8::Local<v8::Value>)
V8_WARN_UNUSED_RESULT Maybe<bool> Set(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3547:37: note: candidate expects 3 arguments, 2 provided
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3550:37: note: candidate: v8::Maybe<bool> v8::Object::Set(v8::Local<v8::Context>, uint32_t, v8::Local<v8::Value>)
V8_WARN_UNUSED_RESULT Maybe<bool> Set(Local<Context> context, uint32_t index,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3550:37: note: candidate expects 3 arguments, 2 provided
../src/WebWorkerThreads.cc:383:83: error: no matching function for call to 'v8::Value::ToObject()'
Local<Object> result = deserializer.DeserializeDocument(true)->ToObject();
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2754:44: note: candidate: v8::MaybeLocal<v8::Object> v8::Value::ToObject(v8::Local<v8::Context>) const
V8_WARN_UNUSED_RESULT MaybeLocal<Object> ToObject(
^~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2754:44: note: candidate expects 1 argument, 0 provided
../src/WebWorkerThreads.cc:384:54: error: no matching function for call to 'v8::Object::Get(int&)'
int i = 0; do { array->Set(i, result->Get(i)); } while (++i < len);
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3594:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, v8::Local<v8::Value>)
V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3594:43: note: candidate expects 2 arguments, 1 provided
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3597:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, uint32_t)
V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3597:43: note: candidate expects 2 arguments, 1 provided
../src/WebWorkerThreads.cc:407:57: error: no matching function for call to 'v8::Value::NumberValue()'
nextTickQueueLength= resultado->NumberValue();
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2773:39: note: candidate: v8::Maybe<double> v8::Value::NumberValue(v8::Local<v8::Context>) const
V8_WARN_UNUSED_RESULT Maybe<double> NumberValue(Local<Context> context) const;
^~~~~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2773:39: note: candidate expects 1 argument, 0 provided
../src/WebWorkerThreads.cc: In function 'void Callback(uv_async_t*, int)':
../src/WebWorkerThreads.cc:530:80: error: no matching function for call to 'v8::Array::Set(int&, v8::Local<v8::String>)'
array->Set(i, Nan::New<String>(**str, (*str).length()).ToLocalChecked());
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3547:37: note: candidate: v8::Maybe<bool> v8::Object::Set(v8::Local<v8::Context>, v8::Local<v8::Value>, v8::Local<v8::Value>)
V8_WARN_UNUSED_RESULT Maybe<bool> Set(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3547:37: note: candidate expects 3 arguments, 2 provided
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3550:37: note: candidate: v8::Maybe<bool> v8::Object::Set(v8::Local<v8::Context>, uint32_t, v8::Local<v8::Value>)
V8_WARN_UNUSED_RESULT Maybe<bool> Set(Local<Context> context, uint32_t index,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3550:37: note: candidate expects 3 arguments, 2 provided
../src/WebWorkerThreads.cc:555:83: error: no matching function for call to 'v8::Value::ToObject()'
Local<Object> result = deserializer.DeserializeDocument(true)->ToObject();
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2754:44: note: candidate: v8::MaybeLocal<v8::Object> v8::Value::ToObject(v8::Local<v8::Context>) const
V8_WARN_UNUSED_RESULT MaybeLocal<Object> ToObject(
^~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2754:44: note: candidate expects 1 argument, 0 provided
../src/WebWorkerThreads.cc:556:54: error: no matching function for call to 'v8::Object::Get(int&)'
int i = 0; do { array->Set(i, result->Get(i)); } while (++i < len);
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3594:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, v8::Local<v8::Value>)
V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3594:43: note: candidate expects 2 arguments, 1 provided
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3597:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, uint32_t)
V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3597:43: note: candidate expects 2 arguments, 1 provided
../src/WebWorkerThreads.cc: In function 'Nan::NAN_METHOD_RETURN_TYPE Eval(Nan::NAN_METHOD_ARGS_TYPE)':
../src/WebWorkerThreads.cc:615:48: error: no matching function for call to 'v8::Value::ToObject()'
Local<Object> local_cb = info[1]->ToObject();
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2754:44: note: candidate: v8::MaybeLocal<v8::Object> v8::Value::ToObject(v8::Local<v8::Context>) const
V8_WARN_UNUSED_RESULT MaybeLocal<Object> ToObject(
^~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2754:44: note: candidate expects 1 argument, 0 provided
../src/WebWorkerThreads.cc:618:71: error: no matching function for call to 'v8::String::Utf8Value::Utf8Value(v8::Local<v8::Value>)'
job->typeEval.scriptText_StringObject= new String::Utf8Value(info[0]);
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3180:5: note: candidate: v8::String::Utf8Value::Utf8Value(v8::Isolate*, v8::Local<v8::Value>)
Utf8Value(Isolate* isolate, Local<v8::Value> obj);
^~~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3180:5: note: candidate expects 2 arguments, 1 provided
../src/WebWorkerThreads.cc: In function 'char* readFile(v8::Local<v8::String>)':
../src/WebWorkerThreads.cc:631:35: error: no matching function for call to 'v8::String::Utf8Value::Utf8Value(v8::Local<v8::String>&)'
v8::String::Utf8Value c_str(path);
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3180:5: note: candidate: v8::String::Utf8Value::Utf8Value(v8::Isolate*, v8::Local<v8::Value>)
Utf8Value(Isolate* isolate, Local<v8::Value> obj);
^~~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3180:5: note: candidate expects 2 arguments, 1 provided
../src/WebWorkerThreads.cc: In function 'Nan::NAN_METHOD_RETURN_TYPE Load(Nan::NAN_METHOD_ARGS_TYPE)':
../src/WebWorkerThreads.cc:673:44: error: no matching function for call to 'v8::Value::ToString()'
char* source= readFile(info[0]->ToString()); //@Bruno: here we don't know if the file was not found or if it was an empty file
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2750:44: note: candidate: v8::MaybeLocal<v8::String> v8::Value::ToString(v8::Local<v8::Context>) const
V8_WARN_UNUSED_RESULT MaybeLocal<String> ToString(
^~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2750:44: note: candidate expects 1 argument, 0 provided
../src/WebWorkerThreads.cc:681:48: error: no matching function for call to 'v8::Value::ToObject()'
Local<Object> local_cb = info[1]->ToObject();
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2754:44: note: candidate: v8::MaybeLocal<v8::Object> v8::Value::ToObject(v8::Local<v8::Context>) const
V8_WARN_UNUSED_RESULT MaybeLocal<Object> ToObject(
^~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2754:44: note: candidate expects 1 argument, 0 provided
../src/WebWorkerThreads.cc: In function 'Nan::NAN_METHOD_RETURN_TYPE processEmit(Nan::NAN_METHOD_ARGS_TYPE)':
../src/WebWorkerThreads.cc:713:58: error: no matching function for call to 'v8::String::Utf8Value::Utf8Value(v8::Local<v8::Value>)'
job->typeEvent.eventName= new String::Utf8Value(info[0]);
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3180:5: note: candidate: v8::String::Utf8Value::Utf8Value(v8::Isolate*, v8::Local<v8::Value>)
Utf8Value(Isolate* isolate, Local<v8::Value> obj);
^~~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3180:5: note: candidate expects 2 arguments, 1 provided
../src/WebWorkerThreads.cc:718:66: error: no matching function for call to 'v8::String::Utf8Value::Utf8Value(v8::Local<v8::Value>)'
job->typeEvent.argumentos[i-1]= new String::Utf8Value(info[i]);
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3180:5: note: candidate: v8::String::Utf8Value::Utf8Value(v8::Isolate*, v8::Local<v8::Value>)
Utf8Value(Isolate* isolate, Local<v8::Value> obj);
^~~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3180:5: note: candidate expects 2 arguments, 1 provided
../src/WebWorkerThreads.cc: In function 'Nan::NAN_METHOD_RETURN_TYPE processEmitSerialized(Nan::NAN_METHOD_ARGS_TYPE)':
../src/WebWorkerThreads.cc:743:68: error: no matching function for call to 'v8::String::Utf8Value::Utf8Value(v8::Local<v8::Value>)'
job->typeEventSerialized.eventName= new String::Utf8Value(info[0]);
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3180:5: note: candidate: v8::String::Utf8Value::Utf8Value(v8::Isolate*, v8::Local<v8::Value>)
Utf8Value(Isolate* isolate, Local<v8::Value> obj);
^~~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3180:5: note: candidate expects 2 arguments, 1 provided
../src/WebWorkerThreads.cc:745:42: error: no matching function for call to 'v8::Array::Set(int, v8::Local<v8::Value>)'
int i = 1; do { array->Set(i-1, info[i]); } while (++i < len);
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3547:37: note: candidate: v8::Maybe<bool> v8::Object::Set(v8::Local<v8::Context>, v8::Local<v8::Value>, v8::Local<v8::Value>)
V8_WARN_UNUSED_RESULT Maybe<bool> Set(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3547:37: note: candidate expects 3 arguments, 2 provided
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3550:37: note: candidate: v8::Maybe<bool> v8::Object::Set(v8::Local<v8::Context>, uint32_t, v8::Local<v8::Value>)
V8_WARN_UNUSED_RESULT Maybe<bool> Set(Local<Context> context, uint32_t index,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3550:37: note: candidate expects 3 arguments, 2 provided
../src/WebWorkerThreads.cc: In function 'Nan::NAN_METHOD_RETURN_TYPE postMessage(Nan::NAN_METHOD_ARGS_TYPE)':
../src/WebWorkerThreads.cc:780:105: error: no matching function for call to 'v8::String::Utf8Value::Utf8Value(v8::Local<v8::String>)'
job->typeEventSerialized.eventName= new String::Utf8Value(Nan::New<String>(eventname).ToLocalChecked()); \
^
../src/WebWorkerThreads.cc:809:3: note: in expansion of macro 'POST_EVENT'
POST_EVENT("message");
^~~~~~~~~~
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3180:5: note: candidate: v8::String::Utf8Value::Utf8Value(v8::Isolate*, v8::Local<v8::Value>)
Utf8Value(Isolate* isolate, Local<v8::Value> obj);
^~~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3180:5: note: candidate expects 2 arguments, 1 provided
../src/WebWorkerThreads.cc:784:40: error: no matching function for call to 'v8::Array::Set(int&, v8::Local<v8::Value>)'
int i = 0; do { array->Set(i, info[i]); } while (++i < len); \
^
../src/WebWorkerThreads.cc:809:3: note: in expansion of macro 'POST_EVENT'
POST_EVENT("message");
^~~~~~~~~~
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3547:37: note: candidate: v8::Maybe<bool> v8::Object::Set(v8::Local<v8::Context>, v8::Local<v8::Value>, v8::Local<v8::Value>)
V8_WARN_UNUSED_RESULT Maybe<bool> Set(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3547:37: note: candidate expects 3 arguments, 2 provided
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3550:37: note: candidate: v8::Maybe<bool> v8::Object::Set(v8::Local<v8::Context>, uint32_t, v8::Local<v8::Value>)
V8_WARN_UNUSED_RESULT Maybe<bool> Set(Local<Context> context, uint32_t index,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3550:37: note: candidate expects 3 arguments, 2 provided
../src/WebWorkerThreads.cc: In function 'Nan::NAN_METHOD_RETURN_TYPE postError(Nan::NAN_METHOD_ARGS_TYPE)':
../src/WebWorkerThreads.cc:780:105: error: no matching function for call to 'v8::String::Utf8Value::Utf8Value(v8::Local<v8::String>)'
job->typeEventSerialized.eventName= new String::Utf8Value(Nan::New<String>(eventname).ToLocalChecked()); \
^
../src/WebWorkerThreads.cc:813:3: note: in expansion of macro 'POST_EVENT'
POST_EVENT("error");
^~~~~~~~~~
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3180:5: note: candidate: v8::String::Utf8Value::Utf8Value(v8::Isolate*, v8::Local<v8::Value>)
Utf8Value(Isolate* isolate, Local<v8::Value> obj);
^~~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3180:5: note: candidate expects 2 arguments, 1 provided
../src/WebWorkerThreads.cc:784:40: error: no matching function for call to 'v8::Array::Set(int&, v8::Local<v8::Value>)'
int i = 0; do { array->Set(i, info[i]); } while (++i < len); \
^
../src/WebWorkerThreads.cc:813:3: note: in expansion of macro 'POST_EVENT'
POST_EVENT("error");
^~~~~~~~~~
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3547:37: note: candidate: v8::Maybe<bool> v8::Object::Set(v8::Local<v8::Context>, v8::Local<v8::Value>, v8::Local<v8::Value>)
V8_WARN_UNUSED_RESULT Maybe<bool> Set(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3547:37: note: candidate expects 3 arguments, 2 provided
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3550:37: note: candidate: v8::Maybe<bool> v8::Object::Set(v8::Local<v8::Context>, uint32_t, v8::Local<v8::Value>)
V8_WARN_UNUSED_RESULT Maybe<bool> Set(Local<Context> context, uint32_t index,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3550:37: note: candidate expects 3 arguments, 2 provided
../src/WebWorkerThreads.cc: In function 'Nan::NAN_METHOD_RETURN_TYPE threadEmit(Nan::NAN_METHOD_ARGS_TYPE)':
../src/WebWorkerThreads.cc:829:58: error: no matching function for call to 'v8::String::Utf8Value::Utf8Value(v8::Local<v8::Value>)'
job->typeEvent.eventName= new String::Utf8Value(info[0]);
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3180:5: note: candidate: v8::String::Utf8Value::Utf8Value(v8::Isolate*, v8::Local<v8::Value>)
Utf8Value(Isolate* isolate, Local<v8::Value> obj);
^~~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3180:5: note: candidate expects 2 arguments, 1 provided
../src/WebWorkerThreads.cc:834:66: error: no matching function for call to 'v8::String::Utf8Value::Utf8Value(v8::Local<v8::Value>)'
job->typeEvent.argumentos[i-1]= new String::Utf8Value(info[i]);
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3180:5: note: candidate: v8::String::Utf8Value::Utf8Value(v8::Isolate*, v8::Local<v8::Value>)
Utf8Value(Isolate* isolate, Local<v8::Value> obj);
^~~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3180:5: note: candidate expects 2 arguments, 1 provided
../src/WebWorkerThreads.cc: In function 'Nan::NAN_METHOD_RETURN_TYPE Create(Nan::NAN_METHOD_ARGS_TYPE)':
../src/WebWorkerThreads.cc:869:74: error: no matching function for call to 'v8::ObjectTemplate::NewInstance()'
Local<Object> local_JSObject = Nan::New(threadTemplate)->NewInstance();
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:6565:44: note: candidate: v8::MaybeLocal<v8::Object> v8::ObjectTemplate::NewInstance(v8::Local<v8::Context>)
V8_WARN_UNUSED_RESULT MaybeLocal<Object> NewInstance(Local<Context> context);
^~~~~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:6565:44: note: candidate expects 1 argument, 0 provided
../src/WebWorkerThreads.cc:870:104: error: no matching function for call to 'v8::Object::Set(v8::Local<v8::String>, Nan::imp::IntegerFactory<v8::Integer>::return_t)'
local_JSObject->Set(Nan::New<String>("id").ToLocalChecked(), Nan::New<Integer>((int32_t)thread->id));
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3547:37: note: candidate: v8::Maybe<bool> v8::Object::Set(v8::Local<v8::Context>, v8::Local<v8::Value>, v8::Local<v8::Value>)
V8_WARN_UNUSED_RESULT Maybe<bool> Set(Local<Context> context,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3547:37: note: candidate expects 3 arguments, 2 provided
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3550:37: note: candidate: v8::Maybe<bool> v8::Object::Set(v8::Local<v8::Context>, uint32_t, v8::Local<v8::Value>)
V8_WARN_UNUSED_RESULT Maybe<bool> Set(Local<Context> context, uint32_t index,
^~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:3550:37: note: candidate expects 3 arguments, 2 provided
../src/WebWorkerThreads.cc:875:115: error: no matching function for call to 'v8::Script::Compile(v8::Local<v8::String>)'
Local<Value> dispatchEvents= Nan::CallAsFunction(Script::Compile(Nan::New<String>(kEvents_js).ToLocalChecked())->Run()->ToObject(), local_JSObject, 0, NULL).ToLocalChecked();
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:1588:51: note: candidate: static v8::MaybeLocal<v8::Script> v8::Script::Compile(v8::Local<v8::Context>, v8::Local<v8::String>, v8::ScriptOrigin*)
static V8_WARN_UNUSED_RESULT MaybeLocal<Script> Compile(
^~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:1588:51: note: candidate expects 3 arguments, 1 provided
../src/WebWorkerThreads.cc:876:64: error: no matching function for call to 'v8::Value::ToObject()'
Local<Object> local_dispatchEvents = dispatchEvents->ToObject();
^
In file included from ../src/WebWorkerThreads.cc:5:0:
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2754:44: note: candidate: v8::MaybeLocal<v8::Object> v8::Value::ToObject(v8::Local<v8::Context>) const
V8_WARN_UNUSED_RESULT MaybeLocal<Object> ToObject(
^~~~~~~~
/home/hubot/.cache/node-gyp/13.14.0/include/node/v8.h:2754:44: note: candidate expects 1 argument, 0 provided
../src/WebWorkerThreads.cc: At global scope:
../src/WebWorkerThreads.cc:900:12: error: variable or field 'Init' declared void
void Init (Handle<Object> target, Handle<Value> module, void *) {
^~~~~~
../src/WebWorkerThreads.cc:900:12: error: 'Handle' was not declared in this scope
../src/WebWorkerThreads.cc:900:25: error: expected primary-expression before '>' token
void Init (Handle<Object> target, Handle<Value> module, void *) {
^
../src/WebWorkerThreads.cc:900:27: error: 'target' was not declared in this scope
void Init (Handle<Object> target, Handle<Value> module, void *) {
^~~~~~
../src/WebWorkerThreads.cc:900:35: error: 'Handle' was not declared in this scope
void Init (Handle<Object> target, Handle<Value> module, void *) {
^~~~~~
../src/WebWorkerThreads.cc:900:47: error: expected primary-expression before '>' token
void Init (Handle<Object> target, Handle<Value> module, void *) {
^
../src/WebWorkerThreads.cc:900:49: error: 'module' was not declared in this scope
void Init (Handle<Object> target, Handle<Value> module, void *) {
^~~~~~
../src/WebWorkerThreads.cc:900:57: error: expected primary-expression before 'void'
void Init (Handle<Object> target, Handle<Value> module, void *) {
^~~~
In file included from ../src/WebWorkerThreads.cc:17:0:
../src/bson.cc: In member function 'v8::Local<v8::Value> BSONDeserializer::DeserializeDocumentInternal(bool)':
../src/bson.cc:449:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
In file included from ../src/WebWorkerThreads.cc:105:0:
../src/worker.js.c: At global scope:
../src/worker.js.c:1:20: warning: 'kWorker_js' defined but not used [-Wunused-variable]
static const char* kWorker_js= "(\n\x66\x75\x6e\x63\x74\x69\x6f\x6e \x57\x6f\x72\x6b\x65\x72\x28\x29\x7b\x76\x61\x72 \x54\x68\x72\x65\x61\x64\x73\x3b\x54\x68\x72\x65\x61\x64\x73\x3d\x74\x68\x69\x73\x3b\x72\x65\x74\x75\x72\x6e\x28\x66\x75\x6e\x63\x74\x69\x6f\x6e\x28\x29\x7b\x76\x61\x72 \x70\x72\x6f\x74\x6f\x74\x79\x70\x65\x3d\x63\x6f\x6e\x73\x74\x72\x75\x63\x74\x6f\x72\x2e\x70\x72\x6f\x74\x6f\x74\x79\x70\x65\x3b\x66\x75\x6e\x63\x74\x69\x6f\x6e \x63\x6f\x6e\x73\x74\x72\x75\x63\x74\x6f\x72\x28\x63\x6f\x64\x65\x29\x7b\x76\x61\x72 \x74\x2c\x74\x68\x69\x73\x24\x3d\x74\x68\x69\x73\x3b\x74\x68\x69\x73\x2e\x74\x68\x72\x65\x61\x64\x3d\x74\x3d\x54\x68\x72\x65\x61\x64\x73\x2e\x63\x72\x65\x61\x74\x65\x28\x29\x3b\x74\x2e\x6f\x6e\x28\x27\x6d\x65\x73\x73\x61\x67\x65\x27\x2c\x66\x75\x6e\x63\x74\x69\x6f\x6e\x28\x61\x72\x67\x73\x29\x7b\x72\x65\x74\x75\x72\x6e \x74\x79\x70\x65\x6f\x66 \x74\x68\x69\x73\x24\x2e\x6f\x6e\x6d\x65\x73\x73\x61\x67\x65\x3d\x3d\x27\x66\x75\x6e\x63\x74\x69\x6f\x6e\x27\x3f\x74\x68\x69\x73\x24\x2e\x6f\x6e\x6d\x65\x73\x73\x61\x67\x65\x28\x7b\x64\x61\x74\x61\x3a\x61\x72\x67\x73\x7d\x29\x3a\x76\x6f\x69\x64 \x38\x3b\x7d\x29\x3b\x74\x2e\x6f\x6e\x28\x27\x65\x72\x72\x6f\x72\x27\x2c\x66\x75\x6e\x63\x74\x69\x6f\x6e\x28\x61\x72\x67\x73\x29\x7b\x72\x65\x74\x75\x72\x6e \x74\x79\x70\x65\x6f\x66 \x74\x68\x69\x73\x24\x2e\x6f\x6e\x65\x72\x72\x6f\x72\x3d\x3d\x27\x66\x75\x6e\x63\x74\x69\x6f\x6e\x27\x3f\x74\x68\x69\x73\x24\x2e\x6f\x6e\x65\x72\x72\x6f\x72\x28\x61\x72\x67\x73\x29\x3a\x76\x6f\x69\x64 \x38\x3b\x7d\x29\x3b\x74\x2e\x6f\x6e\x28\x27\x63\x6c\x6f\x73\x65\x27\x2c\x66\x75\x6e\x63\x74\x69\x6f\x6e\x28\x29\x7b\x72\x65\x74\x75\x72\x6e \x74\x2e\x64\x65\x73\x74\x72\x6f\x79\x28\x29\x3b\x7d\x29\x3b\x74\x68\x69\x73\x2e\x74\x65\x72\x6d\x69\x6e\x61\x74\x65\x3d\x66\x75\x6e\x63\x74\x69\x6f\x6e\x28\x29\x7b\x72\x65\x74\x75\x72\x6e \x74\x2e\x64\x65\x73\x74\x72\x6f\x79\x28\x29\x3b\x7d\x3b\x74\x68\x69\x73\x2e\x61\x64\x64\x45\x76\x65\x6e\x74\x4c\x69\x73\x74\x65\x6e\x65\x72\x3d\x66\x75\x6e\x63\x74\x69\x6f\x6e\x28\x65\x76\x65\x6e\x74\x2c\x63\x62\x29\x7b\x69\x66\x28\x65\x76\x65\x6e\x74\x3d\x3d\x3d\x27\x6d\x65\x73\x73\x61\x67\x65\x27\x29\x7b\x72\x65\x74\x75\x72\x6e \x74\x68\x69\x73\x24\x2e\x6f\x6e\x6d\x65\x73\x73\x61\x67\x65\x3d\x63\x62\x3b\x7d\x65\x6c\x73\x65\x7b\x72\x65\x74\x75\x72\x6e \x74\x2e\x6f\x6e\x28\x65\x76\x65\x6e\x74\x2c\x63\x62\x29\x3b\x7d\x7d\x3b\x74\x68\x69\x73\x2e\x64\x69\x73\x70\x61\x74\x63\x68\x45\x76\x65\x6e\x74\x3d\x66\x75\x6e\x63\x74\x69\x6f\x6e\x28\x65\x76\x65\x6e\x74\x29\x7b\x72\x65\x74\x75\x72\x6e \x74\x2e\x65\x6d\x69\x74\x53\x65\x72\x69\x61\x6c\x69\x7a\x65\x64\x28\x65\x76\x65\x6e\x74\x2e\x74\x79\x70\x65\x2c\x65\x76\x65\x6e\x74\x29\x3b\x7d\x3b\x74\x68\x69\x73\x2e\x70\x6f\x73\x74\x4d\x65\x73\x73\x61\x67\x65\x3d\x66\x75\x6e\x63\x74\x69\x6f\x6e\x28\x64\x61\x74\x61\x29\x7b\x72\x65\x74\x75\x72\x6e \x74\x2e\x65\x6d\x69\x74\x53\x65\x72\x69\x61\x6c\x69\x7a\x65\x64\x28\x27\x6d\x65\x73\x73\x61\x67\x65\x27\x2c\x7b\x64\x61\x74\x61\x3a\x64\x61\x74\x61\x7d\x29\x3b\x7d\x3b\x69\x66\x28\x74\x79\x70\x65\x6f\x66 \x63\x6f\x64\x65\x3d\x3d\x3d\x27\x66\x75\x6e\x63\x74\x69\x6f\x6e\x27\x29\x7b\x74\x2e\x65\x76\x61\x6c\x28\x22\x28\x22\x2b\x63\x6f\x64\x65\x2b\x22\x29\x28\x29\x22\x29\x3b\x7d\x65\x6c\x73\x65 \x69\x66\x28\x63\x6f\x64\x65\x21\x3d\x6e\x75\x6c\x6c\x29\x7b\x74\x2e\x6c\x6f\x61\x64\x28\x63\x6f\x64\x65\x29\x3b\x7d\x7d\n\x72\x65\x74\x75\x72\x6e \x63\x6f\x6e\x73\x74\x72\x75\x63\x74\x6f\x72\x3b\x7d\x28\x29\x29\x3b\x7d)";
^~~~~~~~~~
In file included from ../src/WebWorkerThreads.cc:104:0:
../src/createPool.js.c:1:20: warning: 'kCreatePool_js' defined but not used [-Wunused-variable]
static const char* kCreatePool_js= "(\n\x66\x75\x6e\x63\x74\x69\x6f\x6e \x63\x72\x65\x61\x74\x65\x50\x6f\x6f\x6c\x28\x6e\x29\x7b\x76\x61\x72 \x54\x2c\x70\x6f\x6f\x6c\x2c\x69\x64\x6c\x65\x54\x68\x72\x65\x61\x64\x73\x2c\x71\x2c\x70\x6f\x6f\x6c\x4f\x62\x6a\x65\x63\x74\x2c\x65\x3b\x54\x3d\x74\x68\x69\x73\x3b\x6e\x3d\x4d\x61\x74\x68\x2e\x66\x6c\x6f\x6f\x72\x28\x6e\x29\x3b\x69\x66\x28\x21\x28\x6e\x3e\x30\x29\x29\x7b\x74\x68\x72\x6f\x77\x27\x2e\x63\x72\x65\x61\x74\x65\x50\x6f\x6f\x6c\x28 \x6e\x75\x6d \x29\x3a \x6e\x75\x6d\x62\x65\x72 \x6f\x66 \x74\x68\x72\x65\x61\x64\x73 \x6d\x75\x73\x74 \x62\x65 \x61 \x4e\x75\x6d\x62\x65\x72 \x3e \x30\x27\x3b\x7d\n\x70\x6f\x6f\x6c\x3d\x5b\x5d\x3b\x69\x64\x6c\x65\x54\x68\x72\x65\x61\x64\x73\x3d\x5b\x5d\x3b\x71\x3d\x7b\x66\x69\x72\x73\x74\x3a\x6e\x75\x6c\x6c\x2c\x6c\x61\x73\x74\x3a\x6e\x75\x6c\x6c\x2c\x6c\x65\x6e\x67\x74\x68\x3a\x30\x7d\x3b\x70\x6f\x6f\x6c\x4f\x62\x6a\x65\x63\x74\x3d\x7b\x6f\x6e\x3a\x6f\x6e\x45\x76\x65\x6e\x74\x2c\x6c\x6f\x61\x64\x3a\x70\x6f\x6f\x6c\x4c\x6f\x61\x64\x2c\x64\x65\x73\x74\x72\x6f\x79\x3a\x64\x65\x73\x74\x72\x6f\x79\x2c\x70\x65\x6e\x64\x69\x6e\x67\x4a\x6f\x62\x73\x3a\x67\x65\x74\x50\x65\x6e\x64\x69\x6e\x67\x4a\x6f\x62\x73\x2c\x69\x64\x6c\x65\x54\x68\x72\x65\x61\x64\x73\x3a\x67\x65\x74\x49\x64\x6c\x65\x54\x68\x72\x65\x61\x64\x73\x2c\x74\x6f\x74\x61\x6c\x54\x68\x72\x65\x61\x64\x73\x3a\x67\x65\x74\x4e\x75\x6d\x54\x68\x72\x65\x61\x64\x73\x2c\x61\x6e\x79\x3a\x7b\x65\x76\x61\x6c\x3a\x65\x76\x61\x6c\x41\x6e\x79\x2c\x65\x6d\x69\x74\x3a\x65\x6d\x69\x74\x41\x6e\x79\x7d\x2c\x61\x6c\x6c\x3a\x7b\x65\x76\x61\x6c\x3a\x65\x76\x61\x6c\x41\x6c\x6c\x2c\x65\x6d\x69\x74\x3a\x65\x6d\x69\x74\x41\x6c\x6c\x7d\x7d\x3b\x74\x72\x79\x7b\x77\x68\x69\x6c\x65\x28\x6e\x2d\x2d\x29\x7b\x70\x6f\x6f\x6c\x5b\x6e\x5d\x3d\x69\x64\x6c\x65\x54\x68\x72\x65\x61\x64\x73\x5b\x6e\x5d\x3d\x54\x2e\x63\x72\x65\x61\x74\x65\x28\x29\x3b\x7d\x7d\x63\x61\x74\x63\x68\x28\x65\x24\x29\x7b\x65\x3d\x65\x24\x3b\x64\x65\x73\x74\x72\x6f\x79\x28\x27\x72\x75\x64\x65\x6c\x79\x27\x29\x3b\x74\x68\x72\x6f\x77 \x65\x3b\x7d\n\x72\x65\x74\x75\x72\x6e \x70\x6f\x6f\x6c\x4f\x62\x6a\x65\x63\x74\x3b\x66\x75\x6e\x63\x74\x69\x6f\x6e \x70\x6f\x6f\x6c\x4c\x6f\x61\x64\x28\x70\x61\x74\x68\x2c\x63\x62\x29\x7b\x76\x61\x72 \x69\x3b\x69\x3d\x70\x6f\x6f\x6c\x2e\x6c\x65\x6e\x67\x74\x68\x3b\x77\x68\x69\x6c\x65\x28\x69\x2d\x2d\x29\x7b\x70\x6f\x6f\x6c\x5b\x69\x5d\x2e\x6c\x6f\x61\x64\x28\x70\x61\x74\x68\x2c\x63\x62\x29\x3b\x7d\x7d\n\x66\x75\x6e\x63\x74\x69\x6f\x6e \x6e\x65\x78\x74\x4a\x6f\x62\x28\x74\x29\x7b\x76\x61\x72 \x6a\x6f\x62\x3b\x6a\x6f\x62\x3d\x71\x50\x75\x6c\x6c\x28\x29\x3b\x69\x66\x28\x6a\x6f\x62\x29\x7b\x69\x66\x28\x6a\x6f\x62\x2e\x74\x79\x70\x65\x3d\x3d\x3d\x31\x29\x7b\x74\x2e\x65\x76\x61\x6c\x28\x6a\x6f\x62\x2e\x73\x72\x63\x54\x65\x78\x74\x4f\x72\x45\x76\x65\x6e\x74\x54\x79\x70\x65\x2c\x66\x75\x6e\x63\x74\x69\x6f\x6e\x28\x65\x2c\x64\x29\x7b\x76\x61\x72 \x66\x3b\x6e\x65\x78\x74\x4a\x6f\x62\x28\x74\x29\x3b\x66\x3d\x6a\x6f\x62\x2e\x63\x62\x4f\x72\x44\x61\x74\x61\x3b\x69\x66\x28\x74\x79\x70\x65\x6f\x66 \x66\x3d\x3d\x3d\x27\x66\x75\x6e\x63\x74\x69\x6f\x6e\x27\x29\x7b\x74\x72\x79\x7b\x72\x65\x74\x75\x72\x6e \x66\x2e\x63\x61\x6c\x6c\x28\x74\x2c\x65\x2c\x64\x29\x3b\x7d\x63\x61\x74\x63\x68\x28\x65\x24\x29\x7b\x65\x3d\x65\x24\x3b\x72\x65\x74\x75\x72\x6e \x65\x3b\x7d\x7d\x65\x6c\x73\x65\x7b\x72\x65\x74\x75\x72\x6e \x74\x2e\x65\x6d\x69\x74\x28\x6a\x6f\x62\x2e\x73\x72\x63\x54\x65\x78\x74\x4f\x72\x45\x76\x65\x6e\x74\x54\x79\x70\x65\x2c\x66\x29\x3b\x7d\x7d\x29\x3b\x7d\x65\x6c\x73\x65 \x69\x66\x28\x6a\x6f\x62\x2e\x74\x79\x70\x65\x3d\x3d\x3d\x32\x29\x7b\x74\x2e\x65\x6d\x69\x74\x28\x6a\x6f\x62\x2e\x73\x72\x63\x54\x65\x78\x74\x4f\x72\x45\x76\x65\x6e\x74\x54\x79\x70\x65\x2c\x6a\x6f\x62\x2e\x63\x62\x4f\x72\x44\x61\x74\x61\x29\x3b\x6e\x65\x78\x74\x4a\x6f\x62\x28\x74\x29\x3b\x7d\x7d\x65\x6c\x73\x65\x7b\x69\x64\x6c\x65\x54\x68\x72\x65\x61\x64\x73\x2e\x70\x75\x73\x68\x28\x74\x29\x3b\x7d\x7d\n\x66\x75\x6e\x63\x74\x69\x6f\x6e \x71\x50\x75\x73\x68\x28\x73\x72\x63\x54\x65\x78\x74\x4f\x72\x45\x76\x65\x6e\x74\x54\x79\x70\x65\x2c\x63\x62\x4f\x72\x44\x61\x74\x61\x2c\x74\x79\x70\x65\x29\x7b\x76\x61\x72 \x6a\x6f\x62\x3b\x6a\x6f\x62\x3d\x7b\x73\x72\x63\x54\x65\x78\x74\x4f\x72\x45\x76\x65\x6e\x74\x54\x79\x70\x65\x3a\x73\x72\x63\x54\x65\x78\x74\x4f\x72\x45\x76\x65\x6e\x74\x54\x79\x70\x65\x2c\x63\x62\x4f\x72\x44\x61\x74\x61\x3a\x63\x62\x4f\x72\x44\x61\x74\x61\x2c\x74\x79\x70\x65\x3a\x74\x79\x70\x65\x2c\x6e\x65\x78\x74\x3a\x6e\x75\x6c\x6c\x7d\x3b\x69\x66\x28\x71\x2e\x6c\x61\x73\x74\x29\x7b\x71\x2e\x6c\x61\x73\x74\x3d\x71\x2e\x6c\x61\x73\x74\x2e\x6e\x65\x78\x74\x3d\x6a\x6f\x62\x3b\x7d\x65\x6c\x73\x65\x7b\x71\x2e\x66\x69\x72\x73\x74\x3d\x71\x2e\x6c\x61\x73\x74\x3d\x6a\x6f\x62\x3b\x7d\n\x71\x2e\x6c\x65\x6e\x67\x74\x68\x2b\x2b\x3b\x7d\n\x66\x75\x6e\x63\x74\x69\x6f\x6e \x71\x50\x75\x6c\x6c\x28\x29\x7b\x76\x61\x72 \x6a\x6f\x62\x3b\x6a\x6f\x62\x3d\x71\x2e\x66\x69\x72\x73\x74\x3b\x69\x66\x28\x6a\x6f\x62\x29\x7b\x69\x66\x28\x71\x2e\x6c\x61\x73\x74\x3d\x3d\x3d\x6a\x6f\x62\x29\x7b\x71\x2e\x66\x69\x72\x73\x74\x3d\x71\x2e\x6c\x61\x73\x74\x3d\x6e\x75\x6c\x6c\x3b\x7d\x65\x6c\x73\x65\x7b\x71\x2e\x66\x69\x72\x73\x74\x3d\x6a\x6f\x62\x2e\x6e\x65\x78\x74\x3b\x7d\n\x71\x2e\x6c\x65\x6e\x67\x74\x68\x2d\x2d\x3b\x7d\n\x72\x65\x74\x75\x72\x6e \x6a\x6f\x62\x3b\x7d\n\x66\x75\x6e\x63\x74\x69\x6f\x6e \x65\x76\x61\x6c\x41\x6e\x79\x28\x73\x72\x63\x2c\x63\x62\x29\x7b\x71\x50\x75\x73\x68\x28\x73\x72\x63\x2c\x63\x62\x2c\x31\x29\x3b\x69\x66\x28\x69\x64\x6c\x65\x54\x68\x72\x65\x61\x64\x73\x2e\x6c\x65\x6e\x67\x74\x68\x29\x7b\x6e\x65\x78\x74\x4a\x6f\x62\x28\x69\x64\x6c\x65\x54\x68\x72\x65\x61\x64\x73\x2e\x70\x6f\x70\x28\x29\x29\x3b\x7d\n\x72\x65\x74\x75\x72\x6e \x70\x6f\x6f\x6c\x4f\x62\x6a\x65\x63\x74\x3b\x7d\n\x66\x75\x6e\x63\x74\x69\x6f\x6e \x65\x76\x61\x6c\x41\x6c\x6c\x28\x73\x72\x63\x2c\x63\x62\x29\x7b\x70\x6f\x6f\x6c\x2e\x66\x6f\x72\x45\x61\x63\x68\x28\x66\x75\x6e\x63\x74\x69\x6f\x6e\x28\x76\x2c\x69\x2c\x6f\x29\x7b\x72\x65\x74\x75\x72\x6e \x76\x2e\x65\x76\x61\x6c\x28\x73\x72\x63\x2c\x63\x62\x29\x3b\x7d\x29\x3b\x72\x65\x74\x75\x72\x6e \x70\x6f\x6f\x6c\x4f\x62\x6a\x65\x63\x74\x3b\x7d\n\x66\x75\x6e\x63\x74\x69\x6f\x6e \x65\x6d\x69\x74\x41\x6e\x79\x28\x65\x76\x65\x6e\x74\x2c\x64\x61\x74\x61\x29\x7b\x71\x50\x75\x73\x68\x28\x65\x76\x65\x6e\x74\x2c\x64\x61\x74\x61\x2c\x32\x29\x3b\x69\x66\x28\x69\x64\x6c\x65\x54\x68\x72\x65\x61\x64\x73\x2e\x6c\x65\x6e\x67\x74\x68\x29\x7b\x6e\x65\x78\x74\x4a\x6f\x62\x28\x69\x64\x6c\x65\x54\x68\x72\x65\x61\x64\x73\x2e\x70\x6f\x70\x28\x29\x29\x3b\x7d\n\x72\x65\x74\x75\x72\x6e \x70\x6f\x6f\x6c\x4f\x62\x6a\x65\x63\x74\x3b\x7d\n\x66\x75\x6e\x63\x74\x69\x6f\x6e \x65\x6d\x69\x74\x41\x6c\x6c\x28\x65\x76\x65\x6e\x74\x2c\x64\x61\x74\x61\x29\x7b\x70\x6f\x6f\x6c\x2e\x66\x6f\x72\x45\x61\x63\x68\x28\x66\x75\x6e\x63\x74\x69\x6f\x6e\x28\x76\x2c\x69\x2c\x6f\x29\x7b\x72\x65\x74\x75\x72\x6e \x76\x2e\x65\x6d\x69\x74\x28\x65\x76\x65\x6e\x74\x2c\x64\x61\x74\x61\x29\x3b\x7d\x29\x3b\x72\x65\x74\x75\x72\x6e \x70\x6f\x6f\x6c\x4f\x62\x6a\x65\x63\x74\x3b\x7d\n\x66\x75\x6e\x63\x74\x69\x6f\x6e \x6f\x6e\x45\x76\x65\x6e\x74\x28\x65\x76\x65\x6e\x74\x2c\x63\x62\x29\x7b\x70\x6f\x6f\x6c\x2e\x66\x6f\x72\x45\x61\x63\x68\x28\x66\x75\x6e\x63\x74\x69\x6f\x6e\x28\x76\x2c\x69\x2c\x6f\x29\x7b\x72\x65\x74\x75\x72\x6e \x76\x2e\x6f\x6e\x28\x65\x76\x65\x6e\x74\x2c\x63\x62\x29\x3b\x7d\x29\x3b\x72\x65\x74\x75\x72\x6e \x74\x68\x69\x73\x3b\x7d\n\x66\x75\x6e\x63\x74\x69\x6f\x6e \x64\x65\x73\x74\x72\x6f\x79\x28\x72\x75\x64\x65\x6c\x79\x29\x7b\x76\x61\x72 \x65\x72\x72\x2c\x62\x65\x4e\x69\x63\x65\x2c\x62\x65\x52\x75\x64\x65\x3b\x65\x72\x72\x3d\x66\x75\x6e\x63\x74\x69\x6f\x6e\x28\x29\x7b\x74\x68\x72\x6f\x77\x27\x54\x68\x69\x73 \x74\x68\x72\x65\x61\x64 \x70\x6f\x6f\x6c \x68\x61\x73 \x62\x65\x65\x6e \x64\x65\x73\x74\x72\x6f\x79\x65\x64\x27\x3b\x7d\x3b\x62\x65\x4e\x69\x63\x65\x3d\x66\x75\x6e\x63\x74\x69\x6f\x6e\x28\x29\x7b\x69\x66\x28\x71\x2e\x6c\x65\x6e\x67\x74\x68\x29\x7b\x72\x65\x74\x75\x72\x6e \x73\x65\x74\x54\x69\x6d\x65\x6f\x75\x74\x28\x62\x65\x4e\x69\x63\x65\x2c\x36\x36\x36\x29\x3b\x7d\x65\x6c\x73\x65\x7b\x72\x65\x74\x75\x72\x6e \x62\x65\x52\x75\x64\x65\x28\x29\x3b\x7d\x7d\x3b\x62\x65\x52\x75\x64\x65\x3d\x66\x75\x6e\x63\x74\x69\x6f\x6e\x28\x29\x7b\x71\x2e\x6c\x65\x6e\x67\x74\x68\x3d\x30\x3b\x71\x2e\x66\x69\x72\x73\x74\x3d\x6e\x75\x6c\x6c\x3b\x70\x6f\x6f\x6c\x2e\x66\x6f\x72\x45\x61\x63\x68\x28\x66\x75\x6e\x63\x74\x69\x6f\x6e\x28\x76\x2c\x69\x2c\x6f\x29\x7b\x72\x65\x74\x75\x72\x6e \x76\x2e\x64\x65\x73\x74\x72\x6f\x79\x28\x29\x3b\x7d\x29\x3b\x72\x65\x74\x75\x72\x6e \x70\x6f\x6f\x6c\x4f\x62\x6a\x65\x63\x74\x2e\x65\x76\x61\x6c\x3d\x70\x6f\x6f\x6c\x4f\x62\x6a\x65\x63\x74\x2e\x74\x6f\x74\x61\x6c\x54\x68\x72\x65\x61\x64\x73\x3d\x70\x6f\x6f\x6c\x4f\x62\x6a\x65\x63\x74\x2e\x69\x64\x6c\x65\x54\x68\x72\x65\x61\x64\x73\x3d\x70\x6f\x6f\x6c\x4f\x62\x6a\x65\x63\x74\x2e\x70\x65\x6e\x64\x69\x6e\x67\x4a\x6f\x62\x73\x3d\x70\x6f\x6f\x6c\x4f\x62\x6a\x65\x63\x74\x2e\x64\x65\x73\x74\x72\x6f\x79\x3d\x65\x72\x72\x3b\x7d\x3b\x69\x66\x28\x72\x75\x64\x65\x6c\x79\x29\x7b\x62\x65\x52\x75\x64\x65\x28\x29\x3b\x7d\x65\x6c\x73\x65\x7b\x62\x65\x4e\x69\x63\x65\x28\x29\x3b\x7d\x7d\n\x66\x75\x6e\x63\x74\x69\x6f\x6e \x67\x65\x74\x4e\x75\x6d\x54\x68\x72\x65\x61\x64\x73\x28\x29\x7b\x72\x65\x74\x75\x72\x6e \x70\x6f\x6f\x6c\x2e\x6c\x65\x6e\x67\x74\x68\x3b\x7d\n\x66\x75\x6e\x63\x74\x69\x6f\x6e \x67\x65\x74\x49\x64\x6c\x65\x54\x68\x72\x65\x61\x64\x73\x28\x29\x7b\x72\x65\x74\x75\x72\x6e \x69\x64\x6c\x65\x54\x68\x72\x65\x61\x64\x73\x2e\x6c\x65\x6e\x67\x74\x68\x3b\x7d\n\x66\x75\x6e\x63\x74\x69\x6f\x6e \x67\x65\x74\x50\x65\x6e\x64\x69\x6e\x67\x4a\x6f\x62\x73\x28\x29\x7b\x72\x65\x74\x75\x72\x6e \x71\x2e\x6c\x65\x6e\x67\x74\x68\x3b\x7d\n\x72\x65\x74\x75\x72\x6e \x67\x65\x74\x50\x65\x6e\x64\x69\x6e\x67\x4a\x6f\x62\x73\x3b\x7d)";
^~~~~~~~~~~~~~
In file included from ../src/WebWorkerThreads.cc:16:0:
../src/queues_a_gogo.cc:153:13: warning: 'void initQueues()' defined but not used [-Wunused-function]
static void initQueues (void) {
^~~~~~~~~~
WebWorkerThreads.target.mk:109: recipe for target 'Release/obj.target/WebWorkerThreads/src/WebWorkerThreads.o' failed
make: Leaving directory '/home/hubot/node_modules/webworker-threads/build'
make: *** [Release/obj.target/WebWorkerThreads/src/WebWorkerThreads.o] Error 1
gyp ERR! build error
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)
gyp ERR! stack at ChildProcess.emit (events.js:315:20)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)
gyp ERR! System Linux 3.10.0-1062.12.1.el7.x86_64
gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /home/hubot/node_modules/webworker-threads
gyp ERR! node -v v13.14.0
gyp ERR! node-gyp -v v5.1.0
gyp ERR! not ok
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: webworker-threads@0.7.17 (node_modules/webworker-threads):
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: webworker-threads@0.7.17 install: `node-gyp rebuild`
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
audited 429 packages in 3.884s
6 packages are looking for funding
run `npm fund` for details
found 30 vulnerabilities (15 low, 3 moderate, 12 high)
run `npm audit fix` to fix them, or `npm audit` for details
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO hubot-slack adapter v4.8.0
warn: SlackDataStore is deprecated and will be removed in the next major version. See project documentation for a migration guide.
warn: SlackDataStore is deprecated and will be removed in the next major version. See project documentation for a migration guide.
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] ERROR Error: listen EACCES: permission denied 0.0.0.0:80
at Server.setupListenHandle [as _listen2] (net.js:1296:21)
at listenInCluster (net.js:1361:12)
at doListen (net.js:1498:7)
at processTicksAndRejections (internal/process/task_queues.js:85:21)
error: Response not OK: invalid_auth
error: Disconnecting because invalid_auth is not recoverable
error: message=invalid_auth, stack=Error: invalid_auth
at handleHttpResponse (/home/hubot/node_modules/@slack/client/lib/clients/transports/call-transport.js:103:17)
at handleTransportResponse (/home/hubot/node_modules/@slack/client/lib/clients/transports/call-transport.js:153:19)
at apply (/home/hubot/node_modules/lodash/lodash.js:478:17)
at wrapper (/home/hubot/node_modules/lodash/lodash.js:5337:16)
at Request.handleRequestTranportRes (/home/hubot/node_modules/@slack/client/lib/clients/transports/request.js:21:5)
at apply (/home/hubot/node_modules/lodash/lodash.js:478:17)
at Request.wrapper [as _callback] (/home/hubot/node_modules/lodash/lodash.js:5337:16)
at Request.self.callback (/home/hubot/node_modules/request/request.js:185:22)
at Request.emit (events.js:315:20)
at Request.<anonymous> (/home/hubot/node_modules/request/request.js:1154:10)
at Request.emit (events.js:315:20)
at IncomingMessage.<anonymous> (/home/hubot/node_modules/request/request.js:1076:12)
at Object.onceWrapper (events.js:421:28)
at IncomingMessage.emit (events.js:327:22)
at endReadableNT (_stream_readable.js:1201:12)
at processTicksAndRejections (internal/process/task_queues.js:84:21)
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Disconnected from Slack RTM
[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] INFO Exiting...
error: message=Maximum call stack size exceeded, stack=RangeError: Maximum call stack size exceeded
at formatWithOptionsInternal (internal/util/inspect.js:1:1)
at format (internal/util/inspect.js:1789:10)
at Log.log (/home/hubot/node_modules/log/lib/log.js:148:21)
at Log.info (/home/hubot/node_modules/log/lib/log.js:232:10)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:204:5, <js>:264:25)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.[Sun Jul 26 2020 17:05:53 GMT+0530 (India Standard Time)] ERROR Can't fetch users
disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at SlackClient.disconnect (/home/hubot/node_modules/hubot-slack/src/client.coffee:112:5, <js>:118:16)
at SlackBot.disconnect (/home/hubot/node_modules/hubot-slack/src/bot.coffee:206:5, <js>:266:19)
at RTMClient.<anonymous> (/home/hubot/node_modules/hubot-slack/src/bot.coffee:1:1, <js>:3:61)
at RTMClient.emit (/home/hubot/node_modules/eventemitter3/index.js:117:35)
at RTMClient.disconnect (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:383:8)
at RTMClient.disconnectWithReason (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:306:10)
at wrapper (/home/hubot/node_modules/lodash/lodash.js:4949:19)
at RTMClient._onStart (/home/hubot/node_modules/@slack/client/lib/clients/rtm/client.js:317:7)
at wrapper (/home/hubot/node_modules/lodash/lodash.js:4949:19)
at handleHttpResponse (/home/hubot/node_modules/@slack/client/lib/clients/transports/call-transport.js:116:5)
at handleTransportResponse (/home/hubot/node_modules/@slack/client/lib/clients/transports/call-transport.js:153:19)
at apply (/home/hubot/node_modules/lodash/lodash.js:478:17)
at wrapper (/home/hubot/node_modules/lodash/lodash.js:5337:16)
at Request.handleRequestTranportRes (/home/hubot/node_modules/@slack/client/lib/clients/transports/request.js:21:5)
at apply (/home/hubot/node_modules/lodash/lodash.js:478:17)
at Request.wrapper [as _callback] (/home/hubot/node_modules/lodash/lodash.js:5337:16)
at Request.self.callback (/home/hubot/node_modules/request/request.js:185:22)
at Request.emit (events.js:315:20)
at Request.<anonymous> (/home/hubot/node_modules/request/request.js:1154:10)
at Request.emit (events.js:315:20)
at IncomingMessage.<anonymous> (/home/hubot/node_modules/request/request.js:1076:12)
at Object.onceWrapper (events.js:421:28)
at IncomingMessage.emit (events.js:327:22)
at endReadableNT (_stream_readable.js:1201:12)
at processTicksAndRejections (internal/process/task_queues.js:84:21)
error: Response not OK: invalid_auth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment