|
@@ -84,7 +84,6 @@ class SlackBotService extends S2sMessageHandlable {
|
|
|
async sendAuthTest() {
|
|
async sendAuthTest() {
|
|
|
await this.client.api.test();
|
|
await this.client.api.test();
|
|
|
this.isConnectedToSlack = true;
|
|
this.isConnectedToSlack = true;
|
|
|
- console.log(this.isConnectedToSlack);
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
notCommand(body) {
|
|
notCommand(body) {
|