fix: 修复Claude的用户ID固定导致无法邀请Claude的bug (#362)

Co-authored-by: ikechan8370 <geyinchibuaa@gmail.com>
This commit is contained in:
lori255 2023-04-16 20:33:14 +08:00 committed by GitHub
parent 08e95dc618
commit a2d903a2ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,7 +49,7 @@ export class SlackClaudeClient {
await this.app.client.conversations.invite({
token: this.config.slackUserToken,
channel: channel.id,
users: 'U053NDP2YRF'
users: Config.slackClaudeUserId
})
await delay(1000)
} else {